Files
web-crm.mcmed.ru/backend/artifacts/task-comment-like.http
Viktoria Polyakova 4fb101c5db Init
2026-01-25 08:57:38 +00:00

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}}