Update recipe in customer workspace

Updates an existing recipe based on recipe ID. Recipe details are defined based on parameters in the request. You cannot update a running recipe. Any update call to a running recipe will return an error.

Path parameters

recipe_idintegerRequired
Recipe ID.
managed_user_idintegerRequired

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