Workspaces REST Endpoints

Hub Administration/Workspaces
Manage Intelligent Advisor Hub workspaces
Create or replace workspaces
Method: put
Path: https://{your_site_interface}/opa-hub/api/12.2.35/workspaces
Create workspaces
Method: post
Path: https://{your_site_interface}/opa-hub/api/12.2.35/workspaces
Delete a workspace
Method: delete
Path: https://{your_site_interface}/opa-hub/api/12.2.35/workspaces/{workspace-name}
Get a workspace
Method: get
Path: https://{your_site_interface}/opa-hub/api/12.2.35/workspaces/{workspace-name}
Get all workspaces
Method: get
Path: https://{your_site_interface}/opa-hub/api/12.2.35/workspaces
Update a workspace
Method: patch
Path: https://{your_site_interface}/opa-hub/api/12.2.35/workspaces/{workspace-name}