@seamapi/types 1.468.0 → 1.470.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +10 -872
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +450 -1856
- package/dist/index.cjs +10 -872
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/devices/capability-properties/thermostat.js +0 -2
- package/lib/seam/connect/models/devices/capability-properties/thermostat.js.map +1 -1
- package/lib/seam/connect/models/thermostats/thermostat-program.js +0 -1
- package/lib/seam/connect/models/thermostats/thermostat-program.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +0 -1093
- package/lib/seam/connect/openapi.js +0 -859
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -313
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/capability-properties/thermostat.ts +0 -2
- package/src/lib/seam/connect/models/thermostats/thermostat-program.ts +0 -1
- package/src/lib/seam/connect/openapi.ts +0 -885
- package/src/lib/seam/connect/route-types.ts +0 -318
package/dist/connect.cjs
CHANGED
|
@@ -249,7 +249,6 @@ var thermostat_daily_program = zod.z.object({
|
|
|
249
249
|
}).describe(`
|
|
250
250
|
---
|
|
251
251
|
route_path: /thermostats/daily_programs
|
|
252
|
-
undocumented: Unreleased.
|
|
253
252
|
---
|
|
254
253
|
Represents a thermostat daily program, consisting of a set of periods, each of which has a starting time and the key that identifies the climate preset to apply at the starting time.
|
|
255
254
|
`);
|
|
@@ -430,14 +429,12 @@ var thermostat_capability_properties = zod.z.object({
|
|
|
430
429
|
thermostat_daily_programs: zod.z.array(thermostat_daily_program).optional().describe(`
|
|
431
430
|
---
|
|
432
431
|
property_group_key: thermostats
|
|
433
|
-
undocumented: Unreleased.
|
|
434
432
|
---
|
|
435
433
|
Configured [daily programs](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat.
|
|
436
434
|
`),
|
|
437
435
|
thermostat_weekly_program: thermostat_weekly_program.nullable().optional().describe(`
|
|
438
436
|
---
|
|
439
437
|
property_group_key: thermostats
|
|
440
|
-
undocumented: Unreleased.
|
|
441
438
|
---
|
|
442
439
|
Current [weekly program](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat.
|
|
443
440
|
`),
|
|
@@ -16378,12 +16375,10 @@ var openapi_default = {
|
|
|
16378
16375
|
"created_at"
|
|
16379
16376
|
],
|
|
16380
16377
|
type: "object",
|
|
16381
|
-
"x-route-path": "/thermostats/daily_programs"
|
|
16382
|
-
"x-undocumented": "Unreleased."
|
|
16378
|
+
"x-route-path": "/thermostats/daily_programs"
|
|
16383
16379
|
},
|
|
16384
16380
|
type: "array",
|
|
16385
|
-
"x-property-group-key": "thermostats"
|
|
16386
|
-
"x-undocumented": "Unreleased."
|
|
16381
|
+
"x-property-group-key": "thermostats"
|
|
16387
16382
|
},
|
|
16388
16383
|
thermostat_weekly_program: {
|
|
16389
16384
|
description: "Current [weekly program](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat.",
|
|
@@ -16448,8 +16443,7 @@ var openapi_default = {
|
|
|
16448
16443
|
"created_at"
|
|
16449
16444
|
],
|
|
16450
16445
|
type: "object",
|
|
16451
|
-
"x-property-group-key": "thermostats"
|
|
16452
|
-
"x-undocumented": "Unreleased."
|
|
16446
|
+
"x-property-group-key": "thermostats"
|
|
16453
16447
|
}
|
|
16454
16448
|
},
|
|
16455
16449
|
type: "object"
|
|
@@ -23868,8 +23862,7 @@ var openapi_default = {
|
|
|
23868
23862
|
"created_at"
|
|
23869
23863
|
],
|
|
23870
23864
|
type: "object",
|
|
23871
|
-
"x-route-path": "/thermostats/daily_programs"
|
|
23872
|
-
"x-undocumented": "Unreleased."
|
|
23865
|
+
"x-route-path": "/thermostats/daily_programs"
|
|
23873
23866
|
},
|
|
23874
23867
|
thermostat_schedule: {
|
|
23875
23868
|
description: "Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) 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.",
|
|
@@ -51794,8 +51787,7 @@ var openapi_default = {
|
|
|
51794
51787
|
"x-fern-sdk-method-name": "create",
|
|
51795
51788
|
"x-fern-sdk-return-value": "thermostat_daily_program",
|
|
51796
51789
|
"x-response-key": "thermostat_daily_program",
|
|
51797
|
-
"x-title": "Create a Thermostat Daily Program"
|
|
51798
|
-
"x-undocumented": "Unreleased."
|
|
51790
|
+
"x-title": "Create a Thermostat Daily Program"
|
|
51799
51791
|
}
|
|
51800
51792
|
},
|
|
51801
51793
|
"/thermostats/daily_programs/delete": {
|
|
@@ -51841,8 +51833,7 @@ var openapi_default = {
|
|
|
51841
51833
|
"x-fern-sdk-group-name": ["thermostats", "daily_programs"],
|
|
51842
51834
|
"x-fern-sdk-method-name": "delete",
|
|
51843
51835
|
"x-response-key": null,
|
|
51844
|
-
"x-title": "Delete a Thermostat Daily Program"
|
|
51845
|
-
"x-undocumented": "Unreleased."
|
|
51836
|
+
"x-title": "Delete a Thermostat Daily Program"
|
|
51846
51837
|
},
|
|
51847
51838
|
post: {
|
|
51848
51839
|
description: "Deletes a thermostat daily program.",
|
|
@@ -51891,8 +51882,7 @@ var openapi_default = {
|
|
|
51891
51882
|
"x-fern-sdk-group-name": ["thermostats", "daily_programs"],
|
|
51892
51883
|
"x-fern-sdk-method-name": "delete",
|
|
51893
51884
|
"x-response-key": null,
|
|
51894
|
-
"x-title": "Delete a Thermostat Daily Program"
|
|
51895
|
-
"x-undocumented": "Unreleased."
|
|
51885
|
+
"x-title": "Delete a Thermostat Daily Program"
|
|
51896
51886
|
}
|
|
51897
51887
|
},
|
|
51898
51888
|
"/thermostats/daily_programs/update": {
|
|
@@ -51974,8 +51964,7 @@ var openapi_default = {
|
|
|
51974
51964
|
"x-fern-sdk-method-name": "update",
|
|
51975
51965
|
"x-fern-sdk-return-value": "action_attempt",
|
|
51976
51966
|
"x-response-key": "action_attempt",
|
|
51977
|
-
"x-title": "Update a Thermostat Daily Program"
|
|
51978
|
-
"x-undocumented": "Unreleased."
|
|
51967
|
+
"x-title": "Update a Thermostat Daily Program"
|
|
51979
51968
|
},
|
|
51980
51969
|
post: {
|
|
51981
51970
|
description: "Updates a specified thermostat daily program. The periods that you specify overwrite any existing periods for the daily program.",
|
|
@@ -52055,8 +52044,7 @@ var openapi_default = {
|
|
|
52055
52044
|
"x-fern-sdk-method-name": "update",
|
|
52056
52045
|
"x-fern-sdk-return-value": "action_attempt",
|
|
52057
52046
|
"x-response-key": "action_attempt",
|
|
52058
|
-
"x-title": "Update a Thermostat Daily Program"
|
|
52059
|
-
"x-undocumented": "Unreleased."
|
|
52047
|
+
"x-title": "Update a Thermostat Daily Program"
|
|
52060
52048
|
}
|
|
52061
52049
|
},
|
|
52062
52050
|
"/thermostats/delete_climate_preset": {
|
|
@@ -54562,857 +54550,7 @@ var openapi_default = {
|
|
|
54562
54550
|
"x-fern-sdk-method-name": "update_weekly_program",
|
|
54563
54551
|
"x-fern-sdk-return-value": "action_attempt",
|
|
54564
54552
|
"x-response-key": "action_attempt",
|
|
54565
|
-
"x-title": "Update the Thermostat Weekly Program"
|
|
54566
|
-
"x-undocumented": "Unreleased."
|
|
54567
|
-
}
|
|
54568
|
-
},
|
|
54569
|
-
"/unstable_access_grants/create": {
|
|
54570
|
-
post: {
|
|
54571
|
-
description: "Creates a new access grant.",
|
|
54572
|
-
operationId: "unstableAccessGrantsCreatePost",
|
|
54573
|
-
requestBody: {
|
|
54574
|
-
content: {
|
|
54575
|
-
"application/json": {
|
|
54576
|
-
schema: {
|
|
54577
|
-
allOf: [
|
|
54578
|
-
{
|
|
54579
|
-
oneOf: [
|
|
54580
|
-
{
|
|
54581
|
-
properties: {
|
|
54582
|
-
user_identity_id: {
|
|
54583
|
-
description: "ID of user identity for whom you want to grant access.",
|
|
54584
|
-
format: "uuid",
|
|
54585
|
-
type: "string"
|
|
54586
|
-
}
|
|
54587
|
-
},
|
|
54588
|
-
required: ["user_identity_id"],
|
|
54589
|
-
type: "object"
|
|
54590
|
-
},
|
|
54591
|
-
{
|
|
54592
|
-
properties: {
|
|
54593
|
-
user_identity: {
|
|
54594
|
-
description: "User identity. When used, creates a new user identity with the specified details and grants them access.",
|
|
54595
|
-
properties: {
|
|
54596
|
-
email_address: {
|
|
54597
|
-
description: "Unique email address for the user identity.",
|
|
54598
|
-
format: "email",
|
|
54599
|
-
nullable: true,
|
|
54600
|
-
type: "string"
|
|
54601
|
-
},
|
|
54602
|
-
full_name: {
|
|
54603
|
-
minLength: 1,
|
|
54604
|
-
nullable: true,
|
|
54605
|
-
type: "string"
|
|
54606
|
-
},
|
|
54607
|
-
phone_number: {
|
|
54608
|
-
description: "Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100).",
|
|
54609
|
-
nullable: true,
|
|
54610
|
-
type: "string"
|
|
54611
|
-
}
|
|
54612
|
-
},
|
|
54613
|
-
type: "object"
|
|
54614
|
-
}
|
|
54615
|
-
},
|
|
54616
|
-
required: ["user_identity"],
|
|
54617
|
-
type: "object"
|
|
54618
|
-
}
|
|
54619
|
-
]
|
|
54620
|
-
},
|
|
54621
|
-
{
|
|
54622
|
-
properties: {
|
|
54623
|
-
acs_entrance_ids: {
|
|
54624
|
-
default: [],
|
|
54625
|
-
description: "IDs of the [entrances](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) to which you want to grant access.",
|
|
54626
|
-
items: { format: "uuid", type: "string" },
|
|
54627
|
-
type: "array"
|
|
54628
|
-
},
|
|
54629
|
-
device_ids: {
|
|
54630
|
-
default: [],
|
|
54631
|
-
description: "IDs of the devices to which you want to grant access.",
|
|
54632
|
-
items: { format: "uuid", type: "string" },
|
|
54633
|
-
type: "array"
|
|
54634
|
-
},
|
|
54635
|
-
ends_at: {
|
|
54636
|
-
description: "Date and time at which the validity of the new grant ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. Must be a time in the future and after `starts_at`.",
|
|
54637
|
-
format: "date-time",
|
|
54638
|
-
type: "string"
|
|
54639
|
-
},
|
|
54640
|
-
location: {
|
|
54641
|
-
description: "Location. When used, creates a new location with the specified entrances and devices, and gives the user access to this location.",
|
|
54642
|
-
properties: {
|
|
54643
|
-
acs_entrance_ids: {
|
|
54644
|
-
default: [],
|
|
54645
|
-
deprecated: true,
|
|
54646
|
-
items: { format: "uuid", type: "string" },
|
|
54647
|
-
type: "array",
|
|
54648
|
-
"x-deprecated": "Use `acs_entrance_ids` at the top level."
|
|
54649
|
-
},
|
|
54650
|
-
device_ids: {
|
|
54651
|
-
default: [],
|
|
54652
|
-
deprecated: true,
|
|
54653
|
-
items: { format: "uuid", type: "string" },
|
|
54654
|
-
type: "array",
|
|
54655
|
-
"x-deprecated": "Use `device_ids` at the top level."
|
|
54656
|
-
},
|
|
54657
|
-
name: {
|
|
54658
|
-
description: "Name of the location.",
|
|
54659
|
-
type: "string"
|
|
54660
|
-
}
|
|
54661
|
-
},
|
|
54662
|
-
type: "object"
|
|
54663
|
-
},
|
|
54664
|
-
location_ids: {
|
|
54665
|
-
deprecated: true,
|
|
54666
|
-
items: { format: "uuid", type: "string" },
|
|
54667
|
-
type: "array",
|
|
54668
|
-
"x-deprecated": "Use `space_ids`."
|
|
54669
|
-
},
|
|
54670
|
-
requested_access_methods: {
|
|
54671
|
-
items: {
|
|
54672
|
-
properties: {
|
|
54673
|
-
mode: {
|
|
54674
|
-
description: "Access method mode.",
|
|
54675
|
-
enum: ["code", "card", "mobile_key"],
|
|
54676
|
-
type: "string"
|
|
54677
|
-
}
|
|
54678
|
-
},
|
|
54679
|
-
required: ["mode"],
|
|
54680
|
-
type: "object"
|
|
54681
|
-
},
|
|
54682
|
-
type: "array"
|
|
54683
|
-
},
|
|
54684
|
-
space_ids: {
|
|
54685
|
-
description: "IDs of the existing spaces to which you want to grant access.",
|
|
54686
|
-
items: { format: "uuid", type: "string" },
|
|
54687
|
-
type: "array"
|
|
54688
|
-
},
|
|
54689
|
-
starts_at: {
|
|
54690
|
-
description: "Date and time at which the validity of the new grant starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.",
|
|
54691
|
-
format: "date-time",
|
|
54692
|
-
type: "string"
|
|
54693
|
-
}
|
|
54694
|
-
},
|
|
54695
|
-
required: ["requested_access_methods"],
|
|
54696
|
-
type: "object"
|
|
54697
|
-
}
|
|
54698
|
-
]
|
|
54699
|
-
}
|
|
54700
|
-
}
|
|
54701
|
-
}
|
|
54702
|
-
},
|
|
54703
|
-
responses: {
|
|
54704
|
-
200: {
|
|
54705
|
-
content: {
|
|
54706
|
-
"application/json": {
|
|
54707
|
-
schema: {
|
|
54708
|
-
properties: {
|
|
54709
|
-
access_grant: { $ref: "#/components/schemas/access_grant" },
|
|
54710
|
-
ok: { type: "boolean" }
|
|
54711
|
-
},
|
|
54712
|
-
required: ["access_grant", "ok"],
|
|
54713
|
-
type: "object"
|
|
54714
|
-
}
|
|
54715
|
-
}
|
|
54716
|
-
},
|
|
54717
|
-
description: "OK"
|
|
54718
|
-
},
|
|
54719
|
-
400: { description: "Bad Request" },
|
|
54720
|
-
401: { description: "Unauthorized" }
|
|
54721
|
-
},
|
|
54722
|
-
security: [
|
|
54723
|
-
{ pat_with_workspace: [] },
|
|
54724
|
-
{ console_session_with_workspace: [] },
|
|
54725
|
-
{ api_key: [] },
|
|
54726
|
-
{ client_session_with_customer: [] }
|
|
54727
|
-
],
|
|
54728
|
-
summary: "/unstable_access_grants/create",
|
|
54729
|
-
tags: [],
|
|
54730
|
-
"x-fern-sdk-group-name": ["unstable_access_grants"],
|
|
54731
|
-
"x-fern-sdk-method-name": "create",
|
|
54732
|
-
"x-fern-sdk-return-value": "access_grant",
|
|
54733
|
-
"x-response-key": "access_grant",
|
|
54734
|
-
"x-title": "Create an Access Grant",
|
|
54735
|
-
"x-undocumented": "Unreleased."
|
|
54736
|
-
}
|
|
54737
|
-
},
|
|
54738
|
-
"/unstable_access_grants/delete": {
|
|
54739
|
-
delete: {
|
|
54740
|
-
description: "Deletes an access grant.",
|
|
54741
|
-
operationId: "unstableAccessGrantsDeleteDelete",
|
|
54742
|
-
parameters: [
|
|
54743
|
-
{
|
|
54744
|
-
in: "query",
|
|
54745
|
-
name: "access_grant_id",
|
|
54746
|
-
required: true,
|
|
54747
|
-
schema: {
|
|
54748
|
-
description: "ID of access grant that you want to delete.",
|
|
54749
|
-
format: "uuid",
|
|
54750
|
-
type: "string"
|
|
54751
|
-
}
|
|
54752
|
-
}
|
|
54753
|
-
],
|
|
54754
|
-
responses: {
|
|
54755
|
-
200: {
|
|
54756
|
-
content: {
|
|
54757
|
-
"application/json": {
|
|
54758
|
-
schema: {
|
|
54759
|
-
properties: { ok: { type: "boolean" } },
|
|
54760
|
-
required: ["ok"],
|
|
54761
|
-
type: "object"
|
|
54762
|
-
}
|
|
54763
|
-
}
|
|
54764
|
-
},
|
|
54765
|
-
description: "OK"
|
|
54766
|
-
},
|
|
54767
|
-
400: { description: "Bad Request" },
|
|
54768
|
-
401: { description: "Unauthorized" }
|
|
54769
|
-
},
|
|
54770
|
-
security: [
|
|
54771
|
-
{ pat_with_workspace: [] },
|
|
54772
|
-
{ console_session_with_workspace: [] },
|
|
54773
|
-
{ api_key: [] },
|
|
54774
|
-
{ client_session_with_customer: [] }
|
|
54775
|
-
],
|
|
54776
|
-
summary: "/unstable_access_grants/delete",
|
|
54777
|
-
tags: [],
|
|
54778
|
-
"x-fern-sdk-group-name": ["unstable_access_grants"],
|
|
54779
|
-
"x-fern-sdk-method-name": "delete",
|
|
54780
|
-
"x-response-key": null,
|
|
54781
|
-
"x-title": "Delete an Access Grant",
|
|
54782
|
-
"x-undocumented": "Unreleased."
|
|
54783
|
-
},
|
|
54784
|
-
post: {
|
|
54785
|
-
description: "Deletes an access grant.",
|
|
54786
|
-
operationId: "unstableAccessGrantsDeletePost",
|
|
54787
|
-
requestBody: {
|
|
54788
|
-
content: {
|
|
54789
|
-
"application/json": {
|
|
54790
|
-
schema: {
|
|
54791
|
-
properties: {
|
|
54792
|
-
access_grant_id: {
|
|
54793
|
-
description: "ID of access grant that you want to delete.",
|
|
54794
|
-
format: "uuid",
|
|
54795
|
-
type: "string"
|
|
54796
|
-
}
|
|
54797
|
-
},
|
|
54798
|
-
required: ["access_grant_id"],
|
|
54799
|
-
type: "object"
|
|
54800
|
-
}
|
|
54801
|
-
}
|
|
54802
|
-
}
|
|
54803
|
-
},
|
|
54804
|
-
responses: {
|
|
54805
|
-
200: {
|
|
54806
|
-
content: {
|
|
54807
|
-
"application/json": {
|
|
54808
|
-
schema: {
|
|
54809
|
-
properties: { ok: { type: "boolean" } },
|
|
54810
|
-
required: ["ok"],
|
|
54811
|
-
type: "object"
|
|
54812
|
-
}
|
|
54813
|
-
}
|
|
54814
|
-
},
|
|
54815
|
-
description: "OK"
|
|
54816
|
-
},
|
|
54817
|
-
400: { description: "Bad Request" },
|
|
54818
|
-
401: { description: "Unauthorized" }
|
|
54819
|
-
},
|
|
54820
|
-
security: [
|
|
54821
|
-
{ pat_with_workspace: [] },
|
|
54822
|
-
{ console_session_with_workspace: [] },
|
|
54823
|
-
{ api_key: [] },
|
|
54824
|
-
{ client_session_with_customer: [] }
|
|
54825
|
-
],
|
|
54826
|
-
summary: "/unstable_access_grants/delete",
|
|
54827
|
-
tags: [],
|
|
54828
|
-
"x-fern-sdk-group-name": ["unstable_access_grants"],
|
|
54829
|
-
"x-fern-sdk-method-name": "delete",
|
|
54830
|
-
"x-response-key": null,
|
|
54831
|
-
"x-title": "Delete an Access Grant",
|
|
54832
|
-
"x-undocumented": "Unreleased."
|
|
54833
|
-
}
|
|
54834
|
-
},
|
|
54835
|
-
"/unstable_access_grants/get": {
|
|
54836
|
-
get: {
|
|
54837
|
-
description: "Gets an access grant.",
|
|
54838
|
-
operationId: "unstableAccessGrantsGetGet",
|
|
54839
|
-
parameters: [
|
|
54840
|
-
{
|
|
54841
|
-
in: "query",
|
|
54842
|
-
name: "access_grant_id",
|
|
54843
|
-
required: true,
|
|
54844
|
-
schema: {
|
|
54845
|
-
description: "ID of access grant that you want to get.",
|
|
54846
|
-
format: "uuid",
|
|
54847
|
-
type: "string"
|
|
54848
|
-
}
|
|
54849
|
-
}
|
|
54850
|
-
],
|
|
54851
|
-
responses: {
|
|
54852
|
-
200: {
|
|
54853
|
-
content: {
|
|
54854
|
-
"application/json": {
|
|
54855
|
-
schema: {
|
|
54856
|
-
properties: {
|
|
54857
|
-
access_grant: { $ref: "#/components/schemas/access_grant" },
|
|
54858
|
-
ok: { type: "boolean" }
|
|
54859
|
-
},
|
|
54860
|
-
required: ["access_grant", "ok"],
|
|
54861
|
-
type: "object"
|
|
54862
|
-
}
|
|
54863
|
-
}
|
|
54864
|
-
},
|
|
54865
|
-
description: "OK"
|
|
54866
|
-
},
|
|
54867
|
-
400: { description: "Bad Request" },
|
|
54868
|
-
401: { description: "Unauthorized" }
|
|
54869
|
-
},
|
|
54870
|
-
security: [
|
|
54871
|
-
{ pat_with_workspace: [] },
|
|
54872
|
-
{ console_session_with_workspace: [] },
|
|
54873
|
-
{ api_key: [] },
|
|
54874
|
-
{ client_session_with_customer: [] }
|
|
54875
|
-
],
|
|
54876
|
-
summary: "/unstable_access_grants/get",
|
|
54877
|
-
tags: [],
|
|
54878
|
-
"x-fern-sdk-group-name": ["unstable_access_grants"],
|
|
54879
|
-
"x-fern-sdk-method-name": "get",
|
|
54880
|
-
"x-fern-sdk-return-value": "access_grant",
|
|
54881
|
-
"x-response-key": "access_grant",
|
|
54882
|
-
"x-title": "Get an Access Grant",
|
|
54883
|
-
"x-undocumented": "Unreleased."
|
|
54884
|
-
},
|
|
54885
|
-
post: {
|
|
54886
|
-
description: "Gets an access grant.",
|
|
54887
|
-
operationId: "unstableAccessGrantsGetPost",
|
|
54888
|
-
requestBody: {
|
|
54889
|
-
content: {
|
|
54890
|
-
"application/json": {
|
|
54891
|
-
schema: {
|
|
54892
|
-
properties: {
|
|
54893
|
-
access_grant_id: {
|
|
54894
|
-
description: "ID of access grant that you want to get.",
|
|
54895
|
-
format: "uuid",
|
|
54896
|
-
type: "string"
|
|
54897
|
-
}
|
|
54898
|
-
},
|
|
54899
|
-
required: ["access_grant_id"],
|
|
54900
|
-
type: "object"
|
|
54901
|
-
}
|
|
54902
|
-
}
|
|
54903
|
-
}
|
|
54904
|
-
},
|
|
54905
|
-
responses: {
|
|
54906
|
-
200: {
|
|
54907
|
-
content: {
|
|
54908
|
-
"application/json": {
|
|
54909
|
-
schema: {
|
|
54910
|
-
properties: {
|
|
54911
|
-
access_grant: { $ref: "#/components/schemas/access_grant" },
|
|
54912
|
-
ok: { type: "boolean" }
|
|
54913
|
-
},
|
|
54914
|
-
required: ["access_grant", "ok"],
|
|
54915
|
-
type: "object"
|
|
54916
|
-
}
|
|
54917
|
-
}
|
|
54918
|
-
},
|
|
54919
|
-
description: "OK"
|
|
54920
|
-
},
|
|
54921
|
-
400: { description: "Bad Request" },
|
|
54922
|
-
401: { description: "Unauthorized" }
|
|
54923
|
-
},
|
|
54924
|
-
security: [
|
|
54925
|
-
{ pat_with_workspace: [] },
|
|
54926
|
-
{ console_session_with_workspace: [] },
|
|
54927
|
-
{ api_key: [] },
|
|
54928
|
-
{ client_session_with_customer: [] }
|
|
54929
|
-
],
|
|
54930
|
-
summary: "/unstable_access_grants/get",
|
|
54931
|
-
tags: [],
|
|
54932
|
-
"x-fern-sdk-group-name": ["unstable_access_grants"],
|
|
54933
|
-
"x-fern-sdk-method-name": "get",
|
|
54934
|
-
"x-fern-sdk-return-value": "access_grant",
|
|
54935
|
-
"x-response-key": "access_grant",
|
|
54936
|
-
"x-title": "Get an Access Grant",
|
|
54937
|
-
"x-undocumented": "Unreleased."
|
|
54938
|
-
}
|
|
54939
|
-
},
|
|
54940
|
-
"/unstable_access_grants/list": {
|
|
54941
|
-
get: {
|
|
54942
|
-
description: "Returns a list of all access grants.",
|
|
54943
|
-
operationId: "unstableAccessGrantsListGet",
|
|
54944
|
-
parameters: [
|
|
54945
|
-
{
|
|
54946
|
-
in: "query",
|
|
54947
|
-
name: "user_identity_id",
|
|
54948
|
-
schema: {
|
|
54949
|
-
description: "ID of the user identity by which you want to filter the list of access grants.",
|
|
54950
|
-
format: "uuid",
|
|
54951
|
-
type: "string"
|
|
54952
|
-
}
|
|
54953
|
-
},
|
|
54954
|
-
{
|
|
54955
|
-
in: "query",
|
|
54956
|
-
name: "acs_system_id",
|
|
54957
|
-
schema: {
|
|
54958
|
-
description: "ID of the access system by which you want to filter the list of access grants.",
|
|
54959
|
-
format: "uuid",
|
|
54960
|
-
type: "string"
|
|
54961
|
-
}
|
|
54962
|
-
},
|
|
54963
|
-
{
|
|
54964
|
-
in: "query",
|
|
54965
|
-
name: "acs_entrance_id",
|
|
54966
|
-
schema: {
|
|
54967
|
-
description: "ID of the entrance by which you want to filter the list of access grants.",
|
|
54968
|
-
format: "uuid",
|
|
54969
|
-
type: "string"
|
|
54970
|
-
}
|
|
54971
|
-
},
|
|
54972
|
-
{
|
|
54973
|
-
in: "query",
|
|
54974
|
-
name: "location_id",
|
|
54975
|
-
schema: {
|
|
54976
|
-
deprecated: true,
|
|
54977
|
-
format: "uuid",
|
|
54978
|
-
type: "string",
|
|
54979
|
-
"x-deprecated": "Use `space_id`."
|
|
54980
|
-
}
|
|
54981
|
-
},
|
|
54982
|
-
{
|
|
54983
|
-
in: "query",
|
|
54984
|
-
name: "space_id",
|
|
54985
|
-
schema: {
|
|
54986
|
-
description: "ID of the space by which you want to filter the list of access grants.",
|
|
54987
|
-
format: "uuid",
|
|
54988
|
-
type: "string"
|
|
54989
|
-
}
|
|
54990
|
-
}
|
|
54991
|
-
],
|
|
54992
|
-
responses: {
|
|
54993
|
-
200: {
|
|
54994
|
-
content: {
|
|
54995
|
-
"application/json": {
|
|
54996
|
-
schema: {
|
|
54997
|
-
properties: {
|
|
54998
|
-
access_grants: {
|
|
54999
|
-
items: { $ref: "#/components/schemas/access_grant" },
|
|
55000
|
-
type: "array"
|
|
55001
|
-
},
|
|
55002
|
-
ok: { type: "boolean" }
|
|
55003
|
-
},
|
|
55004
|
-
required: ["access_grants", "ok"],
|
|
55005
|
-
type: "object"
|
|
55006
|
-
}
|
|
55007
|
-
}
|
|
55008
|
-
},
|
|
55009
|
-
description: "OK"
|
|
55010
|
-
},
|
|
55011
|
-
400: { description: "Bad Request" },
|
|
55012
|
-
401: { description: "Unauthorized" }
|
|
55013
|
-
},
|
|
55014
|
-
security: [
|
|
55015
|
-
{ pat_with_workspace: [] },
|
|
55016
|
-
{ console_session_with_workspace: [] },
|
|
55017
|
-
{ api_key: [] },
|
|
55018
|
-
{ client_session_with_customer: [] }
|
|
55019
|
-
],
|
|
55020
|
-
summary: "/unstable_access_grants/list",
|
|
55021
|
-
tags: [],
|
|
55022
|
-
"x-fern-sdk-group-name": ["unstable_access_grants"],
|
|
55023
|
-
"x-fern-sdk-method-name": "list",
|
|
55024
|
-
"x-fern-sdk-return-value": "access_grants",
|
|
55025
|
-
"x-response-key": "access_grants",
|
|
55026
|
-
"x-title": "List Access Grants",
|
|
55027
|
-
"x-undocumented": "Unreleased."
|
|
55028
|
-
},
|
|
55029
|
-
post: {
|
|
55030
|
-
description: "Returns a list of all access grants.",
|
|
55031
|
-
operationId: "unstableAccessGrantsListPost",
|
|
55032
|
-
requestBody: {
|
|
55033
|
-
content: {
|
|
55034
|
-
"application/json": {
|
|
55035
|
-
schema: {
|
|
55036
|
-
properties: {
|
|
55037
|
-
acs_entrance_id: {
|
|
55038
|
-
description: "ID of the entrance by which you want to filter the list of access grants.",
|
|
55039
|
-
format: "uuid",
|
|
55040
|
-
type: "string"
|
|
55041
|
-
},
|
|
55042
|
-
acs_system_id: {
|
|
55043
|
-
description: "ID of the access system by which you want to filter the list of access grants.",
|
|
55044
|
-
format: "uuid",
|
|
55045
|
-
type: "string"
|
|
55046
|
-
},
|
|
55047
|
-
location_id: {
|
|
55048
|
-
deprecated: true,
|
|
55049
|
-
format: "uuid",
|
|
55050
|
-
type: "string",
|
|
55051
|
-
"x-deprecated": "Use `space_id`."
|
|
55052
|
-
},
|
|
55053
|
-
space_id: {
|
|
55054
|
-
description: "ID of the space by which you want to filter the list of access grants.",
|
|
55055
|
-
format: "uuid",
|
|
55056
|
-
type: "string"
|
|
55057
|
-
},
|
|
55058
|
-
user_identity_id: {
|
|
55059
|
-
description: "ID of the user identity by which you want to filter the list of access grants.",
|
|
55060
|
-
format: "uuid",
|
|
55061
|
-
type: "string"
|
|
55062
|
-
}
|
|
55063
|
-
},
|
|
55064
|
-
type: "object"
|
|
55065
|
-
}
|
|
55066
|
-
}
|
|
55067
|
-
}
|
|
55068
|
-
},
|
|
55069
|
-
responses: {
|
|
55070
|
-
200: {
|
|
55071
|
-
content: {
|
|
55072
|
-
"application/json": {
|
|
55073
|
-
schema: {
|
|
55074
|
-
properties: {
|
|
55075
|
-
access_grants: {
|
|
55076
|
-
items: { $ref: "#/components/schemas/access_grant" },
|
|
55077
|
-
type: "array"
|
|
55078
|
-
},
|
|
55079
|
-
ok: { type: "boolean" }
|
|
55080
|
-
},
|
|
55081
|
-
required: ["access_grants", "ok"],
|
|
55082
|
-
type: "object"
|
|
55083
|
-
}
|
|
55084
|
-
}
|
|
55085
|
-
},
|
|
55086
|
-
description: "OK"
|
|
55087
|
-
},
|
|
55088
|
-
400: { description: "Bad Request" },
|
|
55089
|
-
401: { description: "Unauthorized" }
|
|
55090
|
-
},
|
|
55091
|
-
security: [
|
|
55092
|
-
{ pat_with_workspace: [] },
|
|
55093
|
-
{ console_session_with_workspace: [] },
|
|
55094
|
-
{ api_key: [] },
|
|
55095
|
-
{ client_session_with_customer: [] }
|
|
55096
|
-
],
|
|
55097
|
-
summary: "/unstable_access_grants/list",
|
|
55098
|
-
tags: [],
|
|
55099
|
-
"x-fern-sdk-group-name": ["unstable_access_grants"],
|
|
55100
|
-
"x-fern-sdk-method-name": "list",
|
|
55101
|
-
"x-fern-sdk-return-value": "access_grants",
|
|
55102
|
-
"x-response-key": "access_grants",
|
|
55103
|
-
"x-title": "List Access Grants",
|
|
55104
|
-
"x-undocumented": "Unreleased."
|
|
55105
|
-
}
|
|
55106
|
-
},
|
|
55107
|
-
"/unstable_access_methods/delete": {
|
|
55108
|
-
delete: {
|
|
55109
|
-
description: "Deletes an access method.",
|
|
55110
|
-
operationId: "unstableAccessMethodsDeleteDelete",
|
|
55111
|
-
parameters: [
|
|
55112
|
-
{
|
|
55113
|
-
in: "query",
|
|
55114
|
-
name: "access_method_id",
|
|
55115
|
-
required: true,
|
|
55116
|
-
schema: {
|
|
55117
|
-
description: "ID of the access method that you want to delete.",
|
|
55118
|
-
format: "uuid",
|
|
55119
|
-
type: "string"
|
|
55120
|
-
}
|
|
55121
|
-
}
|
|
55122
|
-
],
|
|
55123
|
-
responses: {
|
|
55124
|
-
200: {
|
|
55125
|
-
content: {
|
|
55126
|
-
"application/json": {
|
|
55127
|
-
schema: {
|
|
55128
|
-
properties: { ok: { type: "boolean" } },
|
|
55129
|
-
required: ["ok"],
|
|
55130
|
-
type: "object"
|
|
55131
|
-
}
|
|
55132
|
-
}
|
|
55133
|
-
},
|
|
55134
|
-
description: "OK"
|
|
55135
|
-
},
|
|
55136
|
-
400: { description: "Bad Request" },
|
|
55137
|
-
401: { description: "Unauthorized" }
|
|
55138
|
-
},
|
|
55139
|
-
security: [
|
|
55140
|
-
{ pat_with_workspace: [] },
|
|
55141
|
-
{ console_session_with_workspace: [] },
|
|
55142
|
-
{ api_key: [] }
|
|
55143
|
-
],
|
|
55144
|
-
summary: "/unstable_access_methods/delete",
|
|
55145
|
-
tags: [],
|
|
55146
|
-
"x-fern-sdk-group-name": ["unstable_access_methods"],
|
|
55147
|
-
"x-fern-sdk-method-name": "delete",
|
|
55148
|
-
"x-response-key": null,
|
|
55149
|
-
"x-title": "Delete an Access Method",
|
|
55150
|
-
"x-undocumented": "Unreleased."
|
|
55151
|
-
},
|
|
55152
|
-
post: {
|
|
55153
|
-
description: "Deletes an access method.",
|
|
55154
|
-
operationId: "unstableAccessMethodsDeletePost",
|
|
55155
|
-
requestBody: {
|
|
55156
|
-
content: {
|
|
55157
|
-
"application/json": {
|
|
55158
|
-
schema: {
|
|
55159
|
-
properties: {
|
|
55160
|
-
access_method_id: {
|
|
55161
|
-
description: "ID of the access method that you want to delete.",
|
|
55162
|
-
format: "uuid",
|
|
55163
|
-
type: "string"
|
|
55164
|
-
}
|
|
55165
|
-
},
|
|
55166
|
-
required: ["access_method_id"],
|
|
55167
|
-
type: "object"
|
|
55168
|
-
}
|
|
55169
|
-
}
|
|
55170
|
-
}
|
|
55171
|
-
},
|
|
55172
|
-
responses: {
|
|
55173
|
-
200: {
|
|
55174
|
-
content: {
|
|
55175
|
-
"application/json": {
|
|
55176
|
-
schema: {
|
|
55177
|
-
properties: { ok: { type: "boolean" } },
|
|
55178
|
-
required: ["ok"],
|
|
55179
|
-
type: "object"
|
|
55180
|
-
}
|
|
55181
|
-
}
|
|
55182
|
-
},
|
|
55183
|
-
description: "OK"
|
|
55184
|
-
},
|
|
55185
|
-
400: { description: "Bad Request" },
|
|
55186
|
-
401: { description: "Unauthorized" }
|
|
55187
|
-
},
|
|
55188
|
-
security: [
|
|
55189
|
-
{ pat_with_workspace: [] },
|
|
55190
|
-
{ console_session_with_workspace: [] },
|
|
55191
|
-
{ api_key: [] }
|
|
55192
|
-
],
|
|
55193
|
-
summary: "/unstable_access_methods/delete",
|
|
55194
|
-
tags: [],
|
|
55195
|
-
"x-fern-sdk-group-name": ["unstable_access_methods"],
|
|
55196
|
-
"x-fern-sdk-method-name": "delete",
|
|
55197
|
-
"x-response-key": null,
|
|
55198
|
-
"x-title": "Delete an Access Method",
|
|
55199
|
-
"x-undocumented": "Unreleased."
|
|
55200
|
-
}
|
|
55201
|
-
},
|
|
55202
|
-
"/unstable_access_methods/get": {
|
|
55203
|
-
get: {
|
|
55204
|
-
description: "Gets an access method.",
|
|
55205
|
-
operationId: "unstableAccessMethodsGetGet",
|
|
55206
|
-
parameters: [
|
|
55207
|
-
{
|
|
55208
|
-
in: "query",
|
|
55209
|
-
name: "access_method_id",
|
|
55210
|
-
required: true,
|
|
55211
|
-
schema: {
|
|
55212
|
-
description: "ID of the access method that you want to get.",
|
|
55213
|
-
format: "uuid",
|
|
55214
|
-
type: "string"
|
|
55215
|
-
}
|
|
55216
|
-
}
|
|
55217
|
-
],
|
|
55218
|
-
responses: {
|
|
55219
|
-
200: {
|
|
55220
|
-
content: {
|
|
55221
|
-
"application/json": {
|
|
55222
|
-
schema: {
|
|
55223
|
-
properties: {
|
|
55224
|
-
access_method: {
|
|
55225
|
-
$ref: "#/components/schemas/access_method"
|
|
55226
|
-
},
|
|
55227
|
-
ok: { type: "boolean" }
|
|
55228
|
-
},
|
|
55229
|
-
required: ["access_method", "ok"],
|
|
55230
|
-
type: "object"
|
|
55231
|
-
}
|
|
55232
|
-
}
|
|
55233
|
-
},
|
|
55234
|
-
description: "OK"
|
|
55235
|
-
},
|
|
55236
|
-
400: { description: "Bad Request" },
|
|
55237
|
-
401: { description: "Unauthorized" }
|
|
55238
|
-
},
|
|
55239
|
-
security: [
|
|
55240
|
-
{ pat_with_workspace: [] },
|
|
55241
|
-
{ console_session_with_workspace: [] },
|
|
55242
|
-
{ api_key: [] }
|
|
55243
|
-
],
|
|
55244
|
-
summary: "/unstable_access_methods/get",
|
|
55245
|
-
tags: [],
|
|
55246
|
-
"x-fern-sdk-group-name": ["unstable_access_methods"],
|
|
55247
|
-
"x-fern-sdk-method-name": "get",
|
|
55248
|
-
"x-fern-sdk-return-value": "access_method",
|
|
55249
|
-
"x-response-key": "access_method",
|
|
55250
|
-
"x-title": "Get an Access Method",
|
|
55251
|
-
"x-undocumented": "Unreleased."
|
|
55252
|
-
},
|
|
55253
|
-
post: {
|
|
55254
|
-
description: "Gets an access method.",
|
|
55255
|
-
operationId: "unstableAccessMethodsGetPost",
|
|
55256
|
-
requestBody: {
|
|
55257
|
-
content: {
|
|
55258
|
-
"application/json": {
|
|
55259
|
-
schema: {
|
|
55260
|
-
properties: {
|
|
55261
|
-
access_method_id: {
|
|
55262
|
-
description: "ID of the access method that you want to get.",
|
|
55263
|
-
format: "uuid",
|
|
55264
|
-
type: "string"
|
|
55265
|
-
}
|
|
55266
|
-
},
|
|
55267
|
-
required: ["access_method_id"],
|
|
55268
|
-
type: "object"
|
|
55269
|
-
}
|
|
55270
|
-
}
|
|
55271
|
-
}
|
|
55272
|
-
},
|
|
55273
|
-
responses: {
|
|
55274
|
-
200: {
|
|
55275
|
-
content: {
|
|
55276
|
-
"application/json": {
|
|
55277
|
-
schema: {
|
|
55278
|
-
properties: {
|
|
55279
|
-
access_method: {
|
|
55280
|
-
$ref: "#/components/schemas/access_method"
|
|
55281
|
-
},
|
|
55282
|
-
ok: { type: "boolean" }
|
|
55283
|
-
},
|
|
55284
|
-
required: ["access_method", "ok"],
|
|
55285
|
-
type: "object"
|
|
55286
|
-
}
|
|
55287
|
-
}
|
|
55288
|
-
},
|
|
55289
|
-
description: "OK"
|
|
55290
|
-
},
|
|
55291
|
-
400: { description: "Bad Request" },
|
|
55292
|
-
401: { description: "Unauthorized" }
|
|
55293
|
-
},
|
|
55294
|
-
security: [
|
|
55295
|
-
{ pat_with_workspace: [] },
|
|
55296
|
-
{ console_session_with_workspace: [] },
|
|
55297
|
-
{ api_key: [] }
|
|
55298
|
-
],
|
|
55299
|
-
summary: "/unstable_access_methods/get",
|
|
55300
|
-
tags: [],
|
|
55301
|
-
"x-fern-sdk-group-name": ["unstable_access_methods"],
|
|
55302
|
-
"x-fern-sdk-method-name": "get",
|
|
55303
|
-
"x-fern-sdk-return-value": "access_method",
|
|
55304
|
-
"x-response-key": "access_method",
|
|
55305
|
-
"x-title": "Get an Access Method",
|
|
55306
|
-
"x-undocumented": "Unreleased."
|
|
55307
|
-
}
|
|
55308
|
-
},
|
|
55309
|
-
"/unstable_access_methods/list": {
|
|
55310
|
-
get: {
|
|
55311
|
-
description: "Lists all access methods, usually filtered by access grant.",
|
|
55312
|
-
operationId: "unstableAccessMethodsListGet",
|
|
55313
|
-
parameters: [
|
|
55314
|
-
{
|
|
55315
|
-
in: "query",
|
|
55316
|
-
name: "access_grant_id",
|
|
55317
|
-
required: true,
|
|
55318
|
-
schema: {
|
|
55319
|
-
description: "ID of the access grant by which to filter the list of access methods.",
|
|
55320
|
-
format: "uuid",
|
|
55321
|
-
type: "string"
|
|
55322
|
-
}
|
|
55323
|
-
}
|
|
55324
|
-
],
|
|
55325
|
-
responses: {
|
|
55326
|
-
200: {
|
|
55327
|
-
content: {
|
|
55328
|
-
"application/json": {
|
|
55329
|
-
schema: {
|
|
55330
|
-
properties: {
|
|
55331
|
-
access_methods: {
|
|
55332
|
-
items: { $ref: "#/components/schemas/access_method" },
|
|
55333
|
-
type: "array"
|
|
55334
|
-
},
|
|
55335
|
-
ok: { type: "boolean" }
|
|
55336
|
-
},
|
|
55337
|
-
required: ["access_methods", "ok"],
|
|
55338
|
-
type: "object"
|
|
55339
|
-
}
|
|
55340
|
-
}
|
|
55341
|
-
},
|
|
55342
|
-
description: "OK"
|
|
55343
|
-
},
|
|
55344
|
-
400: { description: "Bad Request" },
|
|
55345
|
-
401: { description: "Unauthorized" }
|
|
55346
|
-
},
|
|
55347
|
-
security: [
|
|
55348
|
-
{ pat_with_workspace: [] },
|
|
55349
|
-
{ console_session_with_workspace: [] },
|
|
55350
|
-
{ api_key: [] }
|
|
55351
|
-
],
|
|
55352
|
-
summary: "/unstable_access_methods/list",
|
|
55353
|
-
tags: [],
|
|
55354
|
-
"x-fern-sdk-group-name": ["unstable_access_methods"],
|
|
55355
|
-
"x-fern-sdk-method-name": "list",
|
|
55356
|
-
"x-fern-sdk-return-value": "access_methods",
|
|
55357
|
-
"x-response-key": "access_methods",
|
|
55358
|
-
"x-title": "List Access Methods",
|
|
55359
|
-
"x-undocumented": "Unreleased."
|
|
55360
|
-
},
|
|
55361
|
-
post: {
|
|
55362
|
-
description: "Lists all access methods, usually filtered by access grant.",
|
|
55363
|
-
operationId: "unstableAccessMethodsListPost",
|
|
55364
|
-
requestBody: {
|
|
55365
|
-
content: {
|
|
55366
|
-
"application/json": {
|
|
55367
|
-
schema: {
|
|
55368
|
-
properties: {
|
|
55369
|
-
access_grant_id: {
|
|
55370
|
-
description: "ID of the access grant by which to filter the list of access methods.",
|
|
55371
|
-
format: "uuid",
|
|
55372
|
-
type: "string"
|
|
55373
|
-
}
|
|
55374
|
-
},
|
|
55375
|
-
required: ["access_grant_id"],
|
|
55376
|
-
type: "object"
|
|
55377
|
-
}
|
|
55378
|
-
}
|
|
55379
|
-
}
|
|
55380
|
-
},
|
|
55381
|
-
responses: {
|
|
55382
|
-
200: {
|
|
55383
|
-
content: {
|
|
55384
|
-
"application/json": {
|
|
55385
|
-
schema: {
|
|
55386
|
-
properties: {
|
|
55387
|
-
access_methods: {
|
|
55388
|
-
items: { $ref: "#/components/schemas/access_method" },
|
|
55389
|
-
type: "array"
|
|
55390
|
-
},
|
|
55391
|
-
ok: { type: "boolean" }
|
|
55392
|
-
},
|
|
55393
|
-
required: ["access_methods", "ok"],
|
|
55394
|
-
type: "object"
|
|
55395
|
-
}
|
|
55396
|
-
}
|
|
55397
|
-
},
|
|
55398
|
-
description: "OK"
|
|
55399
|
-
},
|
|
55400
|
-
400: { description: "Bad Request" },
|
|
55401
|
-
401: { description: "Unauthorized" }
|
|
55402
|
-
},
|
|
55403
|
-
security: [
|
|
55404
|
-
{ pat_with_workspace: [] },
|
|
55405
|
-
{ console_session_with_workspace: [] },
|
|
55406
|
-
{ api_key: [] }
|
|
55407
|
-
],
|
|
55408
|
-
summary: "/unstable_access_methods/list",
|
|
55409
|
-
tags: [],
|
|
55410
|
-
"x-fern-sdk-group-name": ["unstable_access_methods"],
|
|
55411
|
-
"x-fern-sdk-method-name": "list",
|
|
55412
|
-
"x-fern-sdk-return-value": "access_methods",
|
|
55413
|
-
"x-response-key": "access_methods",
|
|
55414
|
-
"x-title": "List Access Methods",
|
|
55415
|
-
"x-undocumented": "Unreleased."
|
|
54553
|
+
"x-title": "Update the Thermostat Weekly Program"
|
|
55416
54554
|
}
|
|
55417
54555
|
},
|
|
55418
54556
|
"/unstable_locations/add_acs_entrances": {
|