Update Workspace Secret
PATCH/workspaces/:workspace_id/secrets/:secret_id
Rename, re-describe, or rotate a secret.
Rotation is folded into PATCH rather than given its own verb, matching
update_judge_connection: value present replaces the stored ciphertext, value
omitted leaves it untouched. The audit line records whether a rotation happened, because
"the value changed" is the part an operator needs to reconstruct later.
Request
Responses
- 200
- 403
- 404
- 409
- 422
Successful Response
Forbidden
Not Found
Conflict
Unprocessable Entity