English
Appearance
Creates a comment or a reply to an existing comment.
id
string
content
1–1000 characters
parentId
WARNING
Replies to replies are not allowed. parentId must point to a top-level comment.
Returns 201 Created.
201 Created
data
object
data.id
Example: 2fb4e60b-0d9a-46f3-a4dc-cb9fe8ad9be6
2fb4e60b-0d9a-46f3-a4dc-cb9fe8ad9be6
curl -X POST 'https://api.youvico.com/api/versions/8fe89e5a-1d8f-4302-8437-fb0390ecf8eb/comments' \ -H 'Authorization: Bearer YOUR_API_KEY' \ -H 'Content-Type: application/json' \ -d '{ "content": "Please tighten the logo safe area." }'
{ "data": { "id": "2fb4e60b-0d9a-46f3-a4dc-cb9fe8ad9be6" } }
Create Comment Tier 4
Creates a comment or a reply to an existing comment.
Request
Path
idstringrequiredBody
contentstringrequired1–1000 characters
parentIdstringWARNING
Replies to replies are not allowed.
parentIdmust point to a top-level comment.Response
Returns
201 Created.dataobjectdata.idstringExample:
2fb4e60b-0d9a-46f3-a4dc-cb9fe8ad9be6Example