specification icon indicating copy to clipboard operation
specification copied to clipboard

Missing "Revert Change DisplayName" endpoint

Open Foorack opened this issue 4 years ago • 0 comments

  • PUT /users/{yourID}

Blocked (kinda) by #65

{
	"revertDisplayName": true,
	"currentPassword": "password"
}

apiKey and auth required bild

With password:

bild

bild

bild

Success returns CurrentUser

pastDisplayName is:

 "pastDisplayNames": [
    {
      "displayName": "UsernameNew",
      "updated_at": "2021-09-27T18:03:23.483Z",
      "reverted": true
    },
    {
      "displayName": "UsernameOriginal",
      "updated_at": "2021-09-27T18:01:48.372Z"
    }
  ],

Foorack avatar Sep 27 '21 18:09 Foorack