PULSAR

Upsert Work Schedule

Upsert work schedule.

Authorization

bearerAuth
Authorization<token>

In: header

Request Body

application/json

The array of work schedule information.

TypeScript Definitions

Use the request body type in TypeScript.

[index: integer]?

Construct a type with the properties of T except for those in type K.

Response Body

Try it live
PUT
/work/schedule

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 PUT "https://example.com/work/schedule" \  -H "Content-Type: application/json" \  -d '[    {      "machineId": 0.1    }  ]'
Empty