PULSAR

Add Operator To Current Shift

Add operator to current shift.

Authorization

bearerAuth superuser
Authorization<token>

In: header

Scope: superuser

Path Parameters

machineId*number

The machine's ID.

Formatdouble

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

Try it live
POST
/v1/public/realtime/{machineId}/operator

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 POST "https://example.com/v1/public/realtime/0.1/operator" \  -H "Content-Type: application/json" \  -d '{    "operatorId": 0.1  }'
Empty