APIKeyUpdateV5
Update body for a v5 API key. Only name, expires_at, and a status transition are accepted — permissions are immutable after creation. status: "revoked" revokes (recoverable); status: "active" reinstates a revoked key. A deleted key cannot be modified or reinstated.
- expiresType: string · Expires AtFormat: date-timenullable
_at the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- nameType: string · Namenullable
- statusType: string · Statusenumnullablevalues
- active
- revoked

