日本語
Appearance
コメントを更新します。
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
204 No Content を返します。
204 No Content
コメント更新 Tier 4
コメントを更新します。
例
リクエスト
パス
idstringrequiredボディ
contentstringrequired1-1000 characters
レスポンス
204 No Contentを返します。