Update workspace settings
Partial update. Only fields present in the request body are
mutated. tier is billing-controlled and cannot be changed
here. signing_secret is rotated through a separate flow.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
Non-empty display name.
webhook_url
Must start with http:// or https://.
retention_days
Response
Updated workspace
id
name
tier
retention_days
NDPR data retention window for this workspace.
created_at
updated_at
webhook_url
signing_secret_rotated_at
Timestamp of the most recent signing-secret rotation. Absent (omitted from the response) when the workspace has never rotated its signing secret. The secret value itself is never returned by this endpoint — see POST /v1/workspace/signing-secret/rotate.
Errors
400
Update Workspace Request Bad Request Error