Update a recipe

Updates an existing recipe in Workato specified based on recipe ID. Recipe details are defined based on parameters in the request.

Path parameters

recipe_idintegerRequired
Recipe ID.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
recipeobjectOptional

Response

Update action response
successboolean
Indicates whether the recipe is updated successfully.
errorslist of strings
List of errors. Available only on failure.

Errors