v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1451205197.1 KB

Updates an API key. You can update the key as long as it's not deleted.

post/v1/apis/{apiId}/apikeys/{id}

Path parameters

apiIdstring required

The ID for the GraphQL API.

idstring required

The API key ID.

Request body

descriptionstring

A description of the purpose of the API key.

expiresinteger

From the update time, the time after which the API key expires. The date is represented as seconds since the epoch. For more information, see .

Response

Success