File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -74538,6 +74538,12 @@ export default {
7453874538 description: 'Name of the new workspace.',
7453974539 type: 'string',
7454074540 },
74541+ organization_id: {
74542+ description:
74543+ 'ID of the organization to associate with the new workspace.',
74544+ format: 'uuid',
74545+ type: 'string',
74546+ },
7454174547 webview_logo_shape: {
7454274548 deprecated: true,
7454374549 enum: ['circle', 'square'],
Original file line number Diff line number Diff line change @@ -98519,6 +98519,8 @@ export type Routes = {
9851998519 jsonBody: {
9852098520 /** Name of the new workspace. */
9852198521 name: string
98522+ /** ID of the organization to associate with the new workspace. */
98523+ organization_id?: string | undefined
9852298524 /** Company name for the new workspace. */
9852398525 company_name?: string | undefined
9852498526 /** Connect partner name for the new workspace. */
You can’t perform that action at this time.
0 commit comments