Set a workspace as the default one.
Default workspaces will come pre-selected on Studio
Path Parameters
- organization_id integer required
ID of the workspace
- application/json
Request Body required
- default boolean required
If the workspace is the default one
Responses
- 200
- 401
- 403
- 404
- 409
- 500
OK
User is not authenticated. This means token is either not present or invalid
User does not have the minimal required organization role "USER"
No workspace was found that corresponds to the ID sent
User cannot be removed
Something is wrong with the API.
Loading...