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
| Name | Typ | Beschreibung |
|---|
positionserforderlich | object[] | |
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|
locationIderforderlich | string | |
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 |