put https://example.com/role-store/api/v1/users//webauthn-credentials/
Update user's webauthn credential meta data
Log in to see full request history
Responses
200Successful response
Update user's webauthn credential meta data
200Successful response
xxxxxxxxxx
curl --request PUT \
--url https://example.com/role-store/api/v1/users/user_id/webauthn-credentials/id \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here!