Update Workspace Name
Update the name of an existing workspace. Only the owner of the workspace is authorized to perform this action.
PUT
Path Parameters
workspaceIdstringrequiredThe unique identifier of the workspace to update.
Headers
x-workspace-idstringrequiredThe workspace ID (should match the workspaceId path parameter).
Request Body
namestringrequiredThe new name for the workspace.
Response Fields
_idstringThe unique identifier of the workspace.
namestringThe updated name of the workspace.
initialsstringThe initials assigned to the workspace.
teamMembersarrayList of team members associated with the workspace.
createdAtstringTimestamp when the workspace was created (ISO 8601 format).
updatedAtstringTimestamp when the workspace was last updated (ISO 8601 format).
