66### Accounts
77The following account-related endpoints now support a new ` websites ` property in requests/responses:
88
9- - [ ` POST /accounts.create ` ] ( /public/api-reference/accounts/create )
10- - [ ` GET /accounts.export ` ] ( /public/api-reference/accounts/export-post )
11- - [ ` POST /accounts.export ` ] ( /public/api-reference/accounts/export-post )
12- - [ ` GET /accounts.get ` ] ( /public/api-reference/accounts/get-post )
13- - [ ` POST /accounts.get ` ] ( /public/api-reference/accounts/get-post )
14- - [ ` GET /accounts.list ` ] ( /public/api-reference/accounts/list-post )
15- - [ ` POST /accounts.list ` ] ( /public/api-reference/accounts/list-post )
16- - [ ` POST /accounts.update ` ] ( /public/api-reference/accounts/update )
9+ - [ ` /accounts.create ` ] ( /public/api-reference/accounts/create )
10+ - [ ` /accounts.export ` ] ( /public/api-reference/accounts/export-post )
11+ - [ ` /accounts.get ` ] ( /public/api-reference/accounts/get-post )
12+ - [ ` /accounts.list ` ] ( /public/api-reference/accounts/list-post )
13+ - [ ` /accounts.update ` ] ( /public/api-reference/accounts/update )
1714
1815### Auth Connections
1916Several changes to auth connection endpoints:
@@ -23,24 +20,19 @@ Several changes to auth connection endpoints:
2320- Updated required fields for SAML connections
2421
2522Affected endpoints:
26- - [ ` POST /dev-orgs.auth-connections.create ` ] ( /public/api-reference/auth-connection/dev-org-auth-connections-create )
27- - [ ` GET /dev-orgs.auth-connections.get ` ] ( /public/api-reference/auth-connection/dev-org-auth-connections-get-post )
28- - [ ` POST /dev-orgs.auth-connections.get ` ] ( /public/api-reference/auth-connection/dev-org-auth-connections-get-post )
29- - [ ` GET /dev-orgs.auth-connections.list ` ] ( /public/api-reference/auth-connection/dev-org-auth-connections-list-post )
30- - [ ` POST /dev-orgs.auth-connections.list ` ] ( /public/api-reference/auth-connection/dev-org-auth-connections-list-post )
31- - [ ` POST /dev-orgs.auth-connections.update ` ] ( /public/api-reference/auth-connection/dev-org-auth-connections-update )
23+ - [ ` /dev-orgs.auth-connections.create ` ] ( /public/api-reference/auth-connection/dev-org-auth-connections-create )
24+ - [ ` /dev-orgs.auth-connections.get ` ] ( /public/api-reference/auth-connection/dev-org-auth-connections-get-post )
25+ - [ ` /dev-orgs.auth-connections.list ` ] ( /public/api-reference/auth-connection/dev-org-auth-connections-list-post )
26+ - [ ` /dev-orgs.auth-connections.update ` ] ( /public/api-reference/auth-connection/dev-org-auth-connections-update )
3227
3328### SLAs
3429Added ` websites ` property to account selector in:
35- - [ ` POST /slas.create` ] ( /public/api-reference/slas/create )
36- - [ ` POST /slas.update` ] ( /public/api-reference/slas/update )
30+ - [ ` /slas.create ` ] ( /public/api-reference/slas/create )
31+ - [ ` /slas.update ` ] ( /public/api-reference/slas/update )
3732
3833### Webhooks
3934Added new event types: ` sync_history_created ` , ` sync_history_deleted ` , ` sync_history_updated ` , ` sync_unit_updated ` to:
40- - [ ` POST /webhooks.create ` ] ( /public/api-reference/webhooks/create )
41- - [ ` GET /webhooks.get ` ] ( /public/api-reference/webhooks/get-post )
42- - [ ` POST /webhooks.get ` ] ( /public/api-reference/webhooks/get-post )
43- - [ ` GET /webhooks.list ` ] ( /public/api-reference/webhooks/list-post )
44- - [ ` POST /webhooks.list ` ] ( /public/api-reference/webhooks/list-post )
45- - [ ` POST /webhooks.update ` ] ( /public/api-reference/webhooks/update )
46- -
35+ - [ ` /webhooks.create ` ] ( /public/api-reference/webhooks/create )
36+ - [ ` /webhooks.get ` ] ( /public/api-reference/webhooks/get-post )
37+ - [ ` /webhooks.list ` ] ( /public/api-reference/webhooks/list-post )
38+ - [ ` /webhooks.update ` ] ( /public/api-reference/webhooks/update )
0 commit comments