Add a Process Instance Comment

post

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

Adds a comment to a process instance

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
Body ()
Root Schema : ErrorMessage
Type: object
Title: ErrorMessage
Defines ErrorMessage
Show Source
Examples

404 Response

Task not found
Body ()
Root Schema : ErrorMessage
Type: object
Title: ErrorMessage
Defines ErrorMessage
Show Source
Examples

500 Response

Internal server error
Body ()
Root Schema : ErrorMessage
Type: object
Title: ErrorMessage
Defines ErrorMessage
Show Source
Examples

Back to Top