Update a Comment
Developing
PATCH
/comments/{commentId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://api.aladia.io/v2/comments/664d99caa7b6a9c783aa9be1' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "updated content"
}'
Response Response Example
200 - Success
{
"id": "66fcf8cefed0da5ec8525176",
"owner": {
"type": "organization",
"id": "66fcf8cefed0da5ec8525176",
"online": null,
"numberOfReviews": 1812023.5154578984,
"organizationName": "the name of the organization (if the ower is profile it will be null)",
"firstName": "first name of a profile (if the owner is organization it will be null)",
"lastName": "last name of a profile (if the owner is organization it will be null)",
"picture": "picture or avator of the owner",
"hasActiveStory": "false"
},
"parentId": null,
"post": {
"id": "66fcf8cefed0da5ec8525176",
"type": "question"
},
"content": "Mollitia voluptatem officiis.\nSit commodi facilis maiores eius.\nOdit reprehenderit temporibus minus fugit numquam.",
"numberOf": {
"replies": 7,
"reactions": {
"clap": 1,
"love": 1,
"angry": 1,
"funny": 1,
"sad": 1
}
},
"files": [
{
"metadata": {
"size": 72,
"mimetype": "aute in labore non"
},
"url": "https://dramatic-maestro.name",
"fileId": "voluptate"
}
],
"mentions": [
{
"type": "organization",
"id": "66fcf8cefed0da5ec8525176",
"online": null,
"numberOfReviews": 54110643.23176822,
"organizationName": "the name of the organization (if the ower is profile it will be null)",
"firstName": "first name of a profile (if the owner is organization it will be null)",
"lastName": "last name of a profile (if the owner is organization it will be null)",
"picture": "picture or avator of the owner",
"hasActiveStory": "false"
}
],
"loomUrls": [
"commodo et"
],
"createdAt": "2024-10-01T16:39:36.191Z",
"updatedAt": "2024-10-01T20:23:11.427Z"
}
Request
Path Params
commentId
stringÂ
required
Example:
664d99caa7b6a9c783aa9be1
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Body Params application/json
Responses
Modified at 2025-04-08 15:00:52