Rename a key or change its expiry
PATCH/api/user/ssh-keys/:id
Updates only descriptive/lifecycle metadata. Public-key material is immutable; register a new row to rotate key material. Set expires to null to clear expiry.
Request
Responses
- 200
- 404
- 409
- 422
Updated managed SSH public key.
No active key with this ID belongs to the authenticated user.
Another active key already uses the requested name.
The name or expiry is invalid.