Skip to content

Commit 073f5b7

Browse files
committed
ci: Generate docs
1 parent b341a0f commit 073f5b7

3 files changed

Lines changed: 51 additions & 21 deletions

File tree

docs/api/_blueprint.json

Lines changed: 43 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9953,7 +9953,7 @@
99539953
"namespace": null,
99549954
"endpoints": [
99559955
{
9956-
"title": "",
9956+
"title": "Delete a Connected Account",
99579957
"name": "delete",
99589958
"path": "/connected_accounts/delete",
99599959
"description": "",
@@ -10006,7 +10006,7 @@
1000610006
"codeSamples": []
1000710007
},
1000810008
{
10009-
"title": "",
10009+
"title": "Get a Connected Account",
1001010010
"name": "get",
1001110011
"path": "/connected_accounts/get",
1001210012
"description": "",
@@ -10067,7 +10067,7 @@
1006710067
"codeSamples": []
1006810068
},
1006910069
{
10070-
"title": "",
10070+
"title": "List Connected Accounts",
1007110071
"name": "list",
1007210072
"path": "/connected_accounts/list",
1007310073
"description": "",
@@ -10153,7 +10153,7 @@
1015310153
"codeSamples": []
1015410154
},
1015510155
{
10156-
"title": "",
10156+
"title": "Update a Connected Account",
1015710157
"name": "update",
1015810158
"path": "/connected_accounts/update",
1015910159
"description": "",
@@ -44239,6 +44239,19 @@
4423944239
"propertyGroupKey": null,
4424044240
"format": "id",
4424144241
"jsonType": "string"
44242+
},
44243+
{
44244+
"name": "workspace_id",
44245+
"description": "ID of the [workspace](../core-concepts/workspaces/README.md) that contains the thermostat schedule.",
44246+
"isDeprecated": false,
44247+
"deprecationMessage": "",
44248+
"isUndocumented": false,
44249+
"undocumentedMessage": "",
44250+
"isDraft": false,
44251+
"draftMessage": "",
44252+
"propertyGroupKey": null,
44253+
"format": "id",
44254+
"jsonType": "string"
4424244255
}
4424344256
]
4424444257
},
@@ -45572,6 +45585,19 @@
4557245585
"propertyGroupKey": null,
4557345586
"format": "id",
4557445587
"jsonType": "string"
45588+
},
45589+
{
45590+
"name": "workspace_id",
45591+
"description": "ID of the [workspace](../core-concepts/workspaces/README.md) that contains the thermostat daily program.",
45592+
"isDeprecated": false,
45593+
"deprecationMessage": "",
45594+
"isUndocumented": false,
45595+
"undocumentedMessage": "",
45596+
"isDraft": false,
45597+
"draftMessage": "",
45598+
"propertyGroupKey": null,
45599+
"format": "id",
45600+
"jsonType": "string"
4557545601
}
4557645602
]
4557745603
},
@@ -45601,19 +45627,6 @@
4560145627
"format": "datetime",
4560245628
"jsonType": "string"
4560345629
},
45604-
{
45605-
"name": "device_id",
45606-
"description": "ID of the thermostat device the weekly program is for.",
45607-
"isDeprecated": false,
45608-
"deprecationMessage": "",
45609-
"isUndocumented": false,
45610-
"undocumentedMessage": "",
45611-
"isDraft": false,
45612-
"draftMessage": "",
45613-
"propertyGroupKey": null,
45614-
"format": "id",
45615-
"jsonType": "string"
45616-
},
4561745630
{
4561845631
"name": "friday_program_id",
4561945632
"description": "ID of the thermostat daily program to run on Fridays.",
@@ -49235,6 +49248,19 @@
4923549248
"propertyGroupKey": null,
4923649249
"format": "id",
4923749250
"jsonType": "string"
49251+
},
49252+
{
49253+
"name": "workspace_id",
49254+
"description": "ID of the [workspace](../core-concepts/workspaces/README.md) that contains the thermostat schedule.",
49255+
"isDeprecated": false,
49256+
"deprecationMessage": "",
49257+
"isUndocumented": false,
49258+
"undocumentedMessage": "",
49259+
"isDraft": false,
49260+
"draftMessage": "",
49261+
"propertyGroupKey": null,
49262+
"format": "id",
49263+
"jsonType": "string"
4923849264
}
4923949265
],
4924049266
"description": "Represents a [thermostat schedule](../capability-guides/thermostats/creating-and-managing-thermostat-schedules.md) that activates a configured [climate preset](../capability-guides/thermostats/creating-and-managing-climate-presets/README.md) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time.",

docs/api/_report.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@
4242
- `/connect_webviews/delete`
4343
- `/connect_webviews/get`
4444
- `/connect_webviews/list`
45-
- `/connected_accounts/delete`
46-
- `/connected_accounts/get`
47-
- `/connected_accounts/list`
48-
- `/connected_accounts/update`
4945
- `/devices/get`
5046
- `/devices/list_device_providers`
5147
- `/devices/update`

docs/api/thermostats/schedules/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,14 @@ ID of the [thermostat schedule](../../../capability-guides/thermostats/creating-
100100

101101
---
102102

103+
### `workspace_id`
104+
105+
Format: `UUID`
106+
107+
ID of the [workspace](../../../core-concepts/workspaces/README.md) that contains the thermostat schedule.
108+
109+
---
110+
103111
## Endpoints
104112

105113
### [`/thermostats/schedules/create`](./create.md)

0 commit comments

Comments
 (0)