11 lines
316 B
HTTP
11 lines
316 B
HTTP
### Like task comment
|
|
|
|
POST {{url}}/api/crm/tasks/{{taskId}}/comments/{{taskCommentId}}/like
|
|
Content-Type: application/json
|
|
Authorization: Bearer {{token}}
|
|
|
|
### Unlike task comment
|
|
|
|
POST {{url}}/api/crm/tasks/{{taskId}}/comments/{{taskCommentId}}/unlike
|
|
Content-Type: application/json
|
|
Authorization: Bearer {{token}} |