POST
/v1/mgmt/accesskey/update
Update an existing access key, using a valid management key.
This API endpoint allows administrators to update an existing access key. With this endpoint, you can only update the access key's name.
See also
- See Access Key Management for further details on managing access keys.
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<ProjectId:ManagementKey\>
Authorization
Authorization
RequiredBearer <token>
< Project ID >:< Management Key > as bearer
In: header
Request Body
id
string
name
string
description
string
roleNames
unknown
we want to differentiate between empty and nil so we use google.protobuf.Value
keyTenants
unknown
Represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values.
customClaims
object
permittedIps
unknown
Represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values.
Status code | Description |
---|---|
200 | OK |
Was this helpful?