PULSAR

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
PATCH
/work/{workId}/progress

This endpoint requires authentication — use the Login page at the top of the API Reference, or paste a token in the Authorization section below.

curl -X PATCH "https://example.com/work/string/progress" \  -H "Content-Type: application/json" \  -d '{}'
Empty