Skip to content

Commit 47bbd01

Browse files
authored
Create connected-accounts.yaml
1 parent 8c56d85 commit 47bbd01

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
- title: Delete a connected account
3+
description: Specify the `connected_account_id` of the connected account that you want to delete.
4+
request:
5+
path: /connected_accounts/delete
6+
parameters:
7+
connected_account_id: '23e4eb21-6e93-48c4-a077-bf503246d47c'
8+
response:
9+
body: null
10+
11+
- title: Get a connected account
12+
description: Specify the `connected_account_id` of the connected account that you want to get.
13+
request:
14+
path: /connected_accounts/get
15+
parameters:
16+
connected_account_id: '23e4eb21-6e93-48c4-a077-bf503246d47c'
17+
response:
18+
body:
19+
connected_account:
20+
- connected_account_id: '23e4eb21-6e93-48c4-a077-bf503246d47c'
21+
created_at: '2022-08-24T10:38:05.128Z'
22+
account_type: 'schlage'
23+
24+
- title: List connected accounts
25+
description: List all connected accounts.
26+
request:
27+
path: /connected_accounts/list
28+
response:
29+
body:
30+
connected_accounts:
31+
- connected_account_id: '23e4eb21-6e93-48c4-a077-bf503246d47c'
32+
created_at: '2022-08-24T10:38:05.128Z'
33+
account_type: 'schlage'
34+
- connected_account_id: 'dc0df710-376c-4ec3-9b2b-2b7f788bdfa8'
35+
created_at: '2022-07-04T08:40:02.110Z'
36+
account_type: 'kwikset'
37+
38+
- title: Sync a connected account
39+
description: Request an on-demand sync of the devices and systems in a connected account.
40+
request:
41+
path: /connected_accounts/sync
42+
parameters:
43+
connected_account_id: '23e4eb21-6e93-48c4-a077-bf503246d47c'
44+
response:
45+
body: null
46+
47+
- title: Update a connected account
48+
description: Specify the `connected_account_id` of the connected account that you want to update, as well as the properties that you want to update.
49+
request:
50+
path: /connected_accounts/update
51+
parameters:
52+
connected_account_id: '23e4eb21-6e93-48c4-a077-bf503246d47c'
53+
automatically_manage_new_devices: true
54+
response:
55+
body: null

0 commit comments

Comments
 (0)