Update an AI Gateway access key
Update mutable fields on an existing AI Gateway access key.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier for an AI Gateway access key.
Body
User-friendly label for this access key.
255Human-readable description of this access key.
255Arbitrary user-defined metadata for this access key.
4096ID of an access key configuration. Set to null to revert to allow-all scope.
Response
The updated AI Gateway access key.
Unique identifier for this access key.
URI of this AI Gateway Access Key API resource.
Timestamp when the access key was created.
Timestamp when the access key was last updated.
Redacted display form of the access key token.
User-friendly label for this access key.
Human-readable description of this access key.
Arbitrary user-defined metadata for this access key.
Plaintext access key token. Only returned when the key is first created.
Timestamp when the access key was last used.
Linked access key configuration, or null for allow-all scope.