Skip to main content

 Services

Web services from /about to /webhooks

authenticator

/authenticators/{authenticator} [PATCH]

Description

Edit the authenticator of the signed-in member.

Parameters

Name Description Required Type Default value
name The new name for the authenticator no string

Permission

Only the member themselves can invoke this service.

Response

The XML returned is always:

 <authenticator-modification>
   <authenticator id="[id]"
           public-id="[public id]"
                name="[name]"
                type="[type]"
              member="[member id]"
            verified="[true|false]"
             created="[created date]"
            [last-used="date last used for authentication"]
               [data="data"] />
 </authenticator-modification>
 

Error handling

0x102A If the token is invalid or has expired
Created on , last edited on