update_workspace
Modify workspace settings and metadata in Portkey Admin, including name, slug, description, default status, and custom key-value pairs.
Instructions
Update an existing workspace's settings and metadata
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | Yes | The workspace ID to update | |
| name | No | New name for the workspace | |
| slug | No | New slug for the workspace | |
| description | No | New description | |
| is_default | No | Set as default workspace (1 = yes, 0 = no) | |
| metadata | No | New metadata key-value pairs |