Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot authored Dec 1, 2024
1 parent 74b4f47 commit 122f845
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/lib/seam/connect/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20240,7 +20240,11 @@ export default {
400: { description: 'Bad Request' },
401: { description: 'Unauthorized' },
},
security: [{ pat_without_workspace: [] }],
security: [
{ pat_without_workspace: [] },
{ console_session: [] },
{ user_session_without_workspace: [] },
],
summary: '/workspaces/create',
tags: ['/workspaces'],
'x-fern-sdk-group-name': ['workspaces'],
Expand Down Expand Up @@ -20349,6 +20353,7 @@ export default {
{ user_session_without_workspace: [] },
{ api_key: [] },
{ client_session: [] },
{ console_session: [] },
],
summary: '/workspaces/list',
tags: ['/workspaces'],
Expand Down Expand Up @@ -20386,6 +20391,7 @@ export default {
{ user_session_without_workspace: [] },
{ api_key: [] },
{ client_session: [] },
{ console_session: [] },
],
summary: '/workspaces/list',
tags: ['/workspaces'],
Expand Down

0 comments on commit 122f845

Please sign in to comment.