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