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_id
Recipe ID.
managed_user_id
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
recipe
Response
Update action response.
success
Indicates whether the recipe is updated successfully.
errors
List of errors. Available only on failure.