Update a comment reply
curl --request PATCH \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/versions/{versionId}/comments/{commentId}/replies/{commentReplyId} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"content": "<string>",
"mentionedUserIds": [
"<string>"
]
}'
{
"commentReply": {
"content": "<string>",
"mentionedUserIds": [
"<string>"
],
"commentId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "user",
"createdById": "<string>",
"deletedAt": "2023-11-07T05:31:56Z",
"deletedBy": "user",
"deletedById": "<string>",
"id": "<string>",
"landscapeId": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "user",
"updatedById": "<string>",
"versionId": "<string>"
}
}
OK
The response is of type object
.
curl --request PATCH \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/versions/{versionId}/comments/{commentId}/replies/{commentReplyId} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"content": "<string>",
"mentionedUserIds": [
"<string>"
]
}'
{
"commentReply": {
"content": "<string>",
"mentionedUserIds": [
"<string>"
],
"commentId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "user",
"createdById": "<string>",
"deletedAt": "2023-11-07T05:31:56Z",
"deletedBy": "user",
"deletedById": "<string>",
"id": "<string>",
"landscapeId": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "user",
"updatedById": "<string>",
"versionId": "<string>"
}
}
Update a comment reply
curl --request PATCH \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/versions/{versionId}/comments/{commentId}/replies/{commentReplyId} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"content": "<string>",
"mentionedUserIds": [
"<string>"
]
}'
{
"commentReply": {
"content": "<string>",
"mentionedUserIds": [
"<string>"
],
"commentId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "user",
"createdById": "<string>",
"deletedAt": "2023-11-07T05:31:56Z",
"deletedBy": "user",
"deletedById": "<string>",
"id": "<string>",
"landscapeId": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "user",
"updatedById": "<string>",
"versionId": "<string>"
}
}
OK
The response is of type object
.
curl --request PATCH \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/versions/{versionId}/comments/{commentId}/replies/{commentReplyId} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"content": "<string>",
"mentionedUserIds": [
"<string>"
]
}'
{
"commentReply": {
"content": "<string>",
"mentionedUserIds": [
"<string>"
],
"commentId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "user",
"createdById": "<string>",
"deletedAt": "2023-11-07T05:31:56Z",
"deletedBy": "user",
"deletedById": "<string>",
"id": "<string>",
"landscapeId": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "user",
"updatedById": "<string>",
"versionId": "<string>"
}
}