RenamePasskey

PATCH/auth/v1/users/current/passkeys/{id}

Path Parameters

id*id

The id path parameter.

Request Body

required
application/json
{
  "user_id": "string",
  "name": "string"
}
user_id?string
name?string

Response Body

200application/json

Success

type: unknown

{
  "$ref": "#/components/schemas/google.protobuf.Empty",
  "$ref-value": {
    "type": "object",
    "description": "An empty JSON object."
  }
}
curl -X PATCH "https://api.rixl.com/auth/v1/users/current/passkeys/string" \
  -H "Content-Type: application/json" \
  -d '{}'

Success

application/json

{
  "$ref": "#/components/schemas/google.protobuf.Empty",
  "$ref-value": {
    "type": "object",
    "description": "An empty JSON object."
  }
}