Skip to content

Commit ebaa1d7

Browse files
authored
Merge pull request #1525 from keboola/marek-dmd-167-usecase-reader-ws
Update: DMD-167 - Apiary for reader WS
2 parents ddb0201 + 8ea42f8 commit ebaa1d7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

apiary.apib

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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}]
47174717
Creates 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

0 commit comments

Comments
 (0)