PULSAR

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

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/status" \  -H "Content-Type: application/json" \  -d '{    "status": "InProgress"  }'
Empty