Update

Updates an API key.

Authentication

AuthorizationBearer
Bearer authentication header of the form `Bearer <PHONIC_API_KEY>`. Manage your API keys [here](https://phonic.co/api-keys).

Path parameters

idstringRequired
The ID of the API key to update.

Request

This endpoint expects an object.
namestringRequired
The new name for the API key.

Response

Success response
successboolean

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error