File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4715,6 +4715,7 @@ It means that endpoint `GET /v2/storage/workspaces` is the same as `GET /v2/stor
47154715
47164716### Create Workspace [POST /v2/storage/workspaces?async={async}]
47174717Creates a new workspace and return its credentials.
4718+ NOTE: To create reader workspace, use Create Configuration Workspaces endpoint instead.
47184719
47194720+ Parameters
47204721 + async (optional, boolean) - Create workspace in a background job. Calling the parameter as `async=false` is deprecated.
@@ -8524,6 +8525,10 @@ Creates a new workspace for an existing configuration in [Development Branch](#r
85248525 + `snowflake-person-keypair` - PERSON type user is created with keypair authentication (publicKey required)
85258526 + `snowflake-service-keypair` - SERVICE type user is created with keypair authentication (publicKey required)
85268527 + publicKey: (optional, string) - Public key for user authentication. Required when loginType is set to `snowflake-person-keypair`.
8528+ + useCase: (optional, enum[string]) - Use "reader" to create reader workspace.
8529+ + Members
8530+ + normal
8531+ + reader
85278532
85288533+ Request (application/json)
85298534 + Headers
You can’t perform that action at this time.
0 commit comments