1. Token API

RenameByHash

The RenameByHash endpoint renames an API key that is identified by its hash.

Relative Route/renamebyhash/<hash>
HTTP VerbPUT

Query string parameters

The following parameter is required:

NameFormatDescription
hashstringThe hash of the key to rename.

Request body

The request body must contain the following fields:

NameDescription
newNameThe name of the API key.

Response body

The response is a boolean value indicating whether the key was renamed successfully.

If you have suggestions for improving this article, let us know!