API ReferenceWork
Update Work Status
Update work order status.
Authorization
bearerAuth Authorization<token>
In: header
Path Parameters
workId*string
The work order id.
Request Body
application/json
The work progress status.
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
Try it live
curl -X PATCH "https://example.com/work/string/status" \ -H "Content-Type: application/json" \ -d '{ "status": "InProgress" }'Empty