x-api-key: ********************{
"name": "Updated Workspace Name",
"description": "Updated description for the workspace"
}curl --location --request PUT '/v1/workspaces/' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Updated Workspace Name",
"description": "Updated description for the workspace"
}'{
"status": 200,
"message": "Workspace updated successfully",
"data": {
"id": "wks1",
"name": "Updated Workspace Name",
"description": "Updated description for the workspace",
"updatedAt": "2025-10-04T14:00:00Z"
}
}