API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

PATCH /v1/work-planning/floor-plans/{locationId}/positions

PATCH/v1/work-planning/floor-plans/{locationId}/positions

Bulk-update positionX/positionY of WORKSTATION descendants of the given floor/room. Requires location_edit.

Request Body

NameTypBeschreibung
positionserforderlichobject[]

Pfad-Parameter

NameTypBeschreibung
locationIderforderlichstring

Beispiel

curl -X PATCH https://api.codemeta-os.de/v1/work-planning/floor-plans/{locationId}/positions \
  -H "X-Tenant-Id: $TENANT" \
  -H "Content-Type: application/json" \
  -b cookies.txt \
  -d '{
  "positions": []
}'
const result = await cm.work-planning.patch({
  "positions": []
});

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche