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
id
The ID of the recipe version for which you plan to update the comment.
recipe_id
The ID of the recipe for which you plan to retrieve version details.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
comment
The new comment for the recipe version. Must be 255 characters or less.
Response
Update action response
data