Workspaces
List Workspaces
Section titled “List Workspaces”GET /workspacesResponse:
[ {}]Get Workspace
Section titled “Get Workspace”GET /workspaces/{workspace}Path parameters:
| Name | Type | Description |
|---|---|---|
workspace | string |
List Config
Section titled “List Config”GET /workspaces/{workspace}/configPath parameters:
| Name | Type | Description |
|---|---|---|
workspace | string |
Response:
[ {}]List Members
Section titled “List Members”GET /workspaces/{workspace}/membersPath parameters:
| Name | Type | Description |
|---|---|---|
workspace | string |
Response:
[ {}]Create Workspace
Section titled “Create Workspace”POST /workspacesCreate Config
Section titled “Create Config”POST /workspaces/{workspace}/configPath parameters:
| Name | Type | Description |
|---|---|---|
workspace | string |
Add Member
Section titled “Add Member”POST /workspaces/{workspace}/membersPath parameters:
| Name | Type | Description |
|---|---|---|
workspace | string |