Skip to main content
POST

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

Name of the thermostat daily program that you want to update.

periods
object[]
required

Array of thermostat daily program periods. The periods that you specify overwrite any existing periods for the daily program.

thermostat_daily_program_id
string<uuid>
required

ID of the thermostat daily program that you want to update.

Response

OK

action_attempt
object
required

Tracks the progress of this operation. Poll using the action_attempt_id. See the action_attempt object.