Update Passkey Name
PATCH
https://api.ssojet.com/api/v1/auth/passwordless/passkey/credentials/{{passkeyid}}
Update Passkey Credentials
Request
https://api.ssojet.com/api/v1/auth/passwordless/credentials?client_id=string
Request URL
Request Body
name
(string, optional): The new name for the passkey.{
"name": ""
}
Response
{
"type": "object",
"properties": {
"status": {
"type": "string"
},
"message": {
"type": "string"
}
}
}
Request
Query Params
client_id
string
required
Header Params
User-Agent
string
required
Example:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0
Content-Type
string
required
Example:
application/json
X-Client-Id
string
required
Example:
string
Body Params application/json
Request samples
Responses
Modified at 2024-07-22 11:04:03