Add a Task Comment

post

/process/api/v1/tasks/{id}/comments

Add a comment to a task

Request

Path Parameters
Header Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Comment request object
Show Source
Examples

Back to Top

Response

Supported Media Types

200 Response

Comment Successfully added
Body ()
Root Schema : Comment
Type: object
Show Source
Nested Schema : User
Match All
Show Source
Nested Schema : IdentityCommon
Type: object
Show Source

400 Response

Bad request

404 Response

Task not found

429 Response

Too many requests

500 Response

Internal server error

503 Response

Too many exceptions or too slow requests
Back to Top