Update Data Object of Instance

put

/process/api/v1/instances/{id}/data-objects/{name}

Update data objects of a process instance using instance ID.

Request

Path Parameters
Header Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Match All
Show Source
Nested Schema : CommonModel
Type: object
Show Source
Examples

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : schema
Type: object
Show Source
Match All
Show Source
Nested Schema : CommonModel
Type: object
Show Source

401 Response

Unauthorized

404 Response

Process instance with given ID does not exist.

429 Response

Too many requests

500 Response

Internal server error

503 Response

Too many exceptions or too slow requests
Back to Top