API Key
Update an API key
PATCH
/
projects
/
{projectIdOrName}
/
api-keys
/
{apiKey}
Authorizations
X-Api-Key
string
headerrequiredPath Parameters
projectIdOrName
string
requiredapiKey
string
requiredBody
application/json
updateMask
string[]
requiredapiKey
object
requiredResponse
200 - application/json
key
string
requiredThe API key.
label
string
requiredA short name for the API key.
scopes
string[]
requiredThe scopes for the API key.
projectId
string
requiredThe project ID.
active
boolean
Whether the API key is active.
Was this page helpful?