Update a recipe version comment

Updates the comment on a specific recipe version. This endpoint modifies only the comment associated with the version, not the version itself.

Path parameters

idintegerRequired
The ID of the recipe version for which you plan to update the comment.
recipe_idintegerRequired
The ID of the recipe for which you plan to retrieve version details.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
commentstringRequired
The new comment for the recipe version. Must be 255 characters or less.

Response

Update action response
dataobject or null

Errors