Skip to content

Rename a passkey

PATCH
/api/passkey/{id}

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

id*
Typestring
Required
Pattern"[a-zA-Z0-9]+"

Request Body

application/json
JSON
{
"name": "My iPhone"
}

Responses

Success - passkey renamed

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python