English
Appearance
Updates a comment.
await client.comments.update("2fb4e60b-0d9a-46f3-a4dc-cb9fe8ad9be6", { content: "Looks great, approved after final export.", });
youvico comment update \ --id 2fb4e60b-0d9a-46f3-a4dc-cb9fe8ad9be6 \ --content "Looks great, approved after final export."
curl -X PATCH 'https://api.youvico.com/api/comments/2fb4e60b-0d9a-46f3-a4dc-cb9fe8ad9be6' \ -H 'Authorization: Bearer YOUR_API_KEY' \ -H 'Content-Type: application/json' \ -d '{ "content": "Looks great, approved after final export." }'
id
string
content
1-1000 characters
Returns 204 No Content.
204 No Content
Update Comment Tier 4
Updates a comment.
Example
Request
Path
idstringrequiredBody
contentstringrequired1-1000 characters
Response
Returns
204 No Content.