Skip to main content

Update an API key

PATCH 
/auth/api_keys/:id

Updates the specified API key with the values of the parameters passed. Any parameters not included in the request will be left unchanged.

Request

Path Parameters

    id stringrequired

    The id of the API Key

Body

required

    description string

    Human readable identifier.

    permission_groups string[]

    Array of ids of Permission Groups on the API Key.

    status string

    Status of the API Key.

Responses

200: Successful response

401: Authentication error

403: Authorization error

404: Resource not found

422: Invalid parameters supplied in request. See HTTP response body for details.

Loading...