PUT /keys/{wallet}/{id}
PUT

/v1/keys/{wallet}/{id}

Rename an active API key (metadata only)

Authwallet signature

Request

PUThttps://api.xrpl.to/v1/keys/{wallet}/0dd550278b74cb6690fdae351e8e0df3
Path parameterValueDescription
walletYour wallet's r-address
idA token id: its md5, slug or issuer_currency
Body
Body fieldsas documented
{ name: string (1-64) }
Headers
X-Wallet, X-Signature, X-Timestamp, X-Public-Key
curl -X PUT 'https://api.xrpl.to/v1/keys/{wallet}/0dd550278b74cb6690fdae351e8e0df3'
Needs a wallet signature, so it cannot run from this page — see API Keys for the headers.

Response

No public sample for this endpoint — run the code on the right with your own values and your key to see the response.

What it does

Rename an active API key (metadata only)

Headers
X-Wallet, X-Signature, X-Timestamp, X-Public-Key
OpenAPI