Operations

Change the condition of a unit

<br>You must have this scope: 'operations.change-room-state'.

put/operations/v1/units-condition

Request body

Example request

{
  "unitsConditions": [
    {
      "id": "UNI-EXA",
      "condition": "Clean"
    },
    {
      "id": "UNI-DBL",
      "condition": "Dirty"
    }
  ]
}

Response

The unit condition has been updated

Changes

No recorded changes to this endpoint across all 1 revision of this API.