Skip to content

Commit 6aea501

Browse files
authored
feat: Sync with Seam API via f3a6538b966730f3052a8ccfc523d6e204dde331 (#2764)
1 parent 9c6e920 commit 6aea501

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/lib/seam/connect/openapi.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78559,7 +78559,7 @@ export default {
7855978559
'/user_identities/list_accessible_devices': {
7856078560
get: {
7856178561
description:
78562-
'Returns a list of all [devices](https://docs.seam.co/latest/core-concepts/devices) associated with a specified [user identity](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity).',
78562+
'Returns a list of all [devices](https://docs.seam.co/latest/core-concepts/devices) associated with a specified [user identity](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity). This includes devices derived from the access grants assigned to the user identity and devices directly linked to the user identity.',
7856378563
operationId: 'userIdentitiesListAccessibleDevicesGet',
7856478564
parameters: [
7856578565
{
@@ -78603,6 +78603,7 @@ export default {
7860378603
401: { description: 'Unauthorized' },
7860478604
},
7860578605
security: [
78606+
{ client_session: [] },
7860678607
{ api_key: [] },
7860778608
{ pat_with_workspace: [] },
7860878609
{ console_session_with_workspace: [] },
@@ -78617,7 +78618,7 @@ export default {
7861778618
},
7861878619
post: {
7861978620
description:
78620-
'Returns a list of all [devices](https://docs.seam.co/latest/core-concepts/devices) associated with a specified [user identity](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity).',
78621+
'Returns a list of all [devices](https://docs.seam.co/latest/core-concepts/devices) associated with a specified [user identity](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity). This includes devices derived from the access grants assigned to the user identity and devices directly linked to the user identity.',
7862178622
operationId: 'userIdentitiesListAccessibleDevicesPost',
7862278623
requestBody: {
7862378624
content: {
@@ -78666,6 +78667,7 @@ export default {
7866678667
401: { description: 'Unauthorized' },
7866778668
},
7866878669
security: [
78670+
{ client_session: [] },
7866978671
{ api_key: [] },
7867078672
{ pat_with_workspace: [] },
7867178673
{ console_session_with_workspace: [] },

0 commit comments

Comments
 (0)