Edit workspace
This operation edits an existing workspace.
Request
Parameters |
---|
Add a new workspace. The value is |
The ID of the workspace. |
The new name of the workspace. |
The new description of the workspace. |
{
"op": "edit_workspace",
"workspace_id": 699761,
"name": "WorkspaceName2",
"description": "Updated description"
}