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
@@ -31222,6 +31222,13 @@ components:
31222
31222
override_existing_workspace_access:
31223
31223
type: boolean
31224
31224
description: Whether to override existing workspace access settings
31225
+
create_default_provider:
31226
+
type: boolean
31227
+
default: true
31228
+
description: Whether to automatically create a default provider when granting workspace access. Defaults to true. Can be overridden per workspace.
31229
+
default_provider_slug:
31230
+
type: string
31231
+
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.
31225
31232
31226
31233
WorkspaceUpdateRequest:
31227
31234
type: object
@@ -31251,6 +31258,12 @@ components:
31251
31258
reset_usage:
31252
31259
type: boolean
31253
31260
description: Whether to reset current usage. If the current status is exhausted, this will change it back to active.
31261
+
create_default_provider:
31262
+
type: boolean
31263
+
description: Whether to automatically create a default provider for this workspace. Overrides the top-level create_default_provider setting.
31264
+
default_provider_slug:
31265
+
type: string
31266
+
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