You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31311,6 +31311,13 @@ components:
31311
31311
override_existing_workspace_access:
31312
31312
type: boolean
31313
31313
description: Whether to override existing workspace access settings
31314
+
create_default_provider:
31315
+
type: boolean
31316
+
default: true
31317
+
description: Whether to automatically create a default provider when granting workspace access. Defaults to true. Can be overridden per workspace.
31318
+
default_provider_slug:
31319
+
type: string
31320
+
description: Custom slug for the auto-created default provider. Applies to all workspaces unless overridden per workspace. If the slug already exists, the request will fail with a validation error.
31314
31321
31315
31322
WorkspaceUpdateRequest:
31316
31323
type: object
@@ -31340,6 +31347,12 @@ components:
31340
31347
reset_usage:
31341
31348
type: boolean
31342
31349
description: Whether to reset current usage. If the current status is exhausted, this will change it back to active.
31350
+
create_default_provider:
31351
+
type: boolean
31352
+
description: Whether to automatically create a default provider for this workspace. Overrides the top-level create_default_provider setting.
31353
+
default_provider_slug:
31354
+
type: string
31355
+
description: Custom slug for the auto-created default provider for this workspace. Overrides the top-level default_provider_slug. If the slug already exists, the request will fail with a validation error.
0 commit comments