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