Init
This commit is contained in:
11
backend/artifacts/task-comment-like.http
Normal file
11
backend/artifacts/task-comment-like.http
Normal file
@@ -0,0 +1,11 @@
|
||||
### 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}}
|
||||
Reference in New Issue
Block a user