Skip to main content
PUT
/
client
/
showers
/
{id}
/
instantstart
Update instant start
curl --request PUT \
  --url https://api.orbital-systems.com/client/showers/{id}/instantstart \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "actions": [
    {
      "id": 123,
      "action": "<string>",
      "active": true,
      "day": 123,
      "time": "<string>"
    }
  ]
}
'
{
  "actions": [
    {
      "id": 123,
      "action": "<string>",
      "active": true,
      "day": 123,
      "time": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://orbitalsystems.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The unique identifier for the shower

Body

application/json
actions
object[]

Response

Instant start schedule updated successfully

actions
object[]