Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing "Revert Change DisplayName" endpoint #93

Open
Foorack opened this issue Sep 27, 2021 · 0 comments
Open

Missing "Revert Change DisplayName" endpoint #93

Foorack opened this issue Sep 27, 2021 · 0 comments
Labels
Priority: Low Low priority, this has least priority to be fixed Status: Blocked Something is blocking this from progressing Type: Undocumented Endpoint Wow! This is new! This is unchartered terrirory and is only recommended by experienced comitters

Comments

@Foorack
Copy link
Member

Foorack commented Sep 27, 2021

  • 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 Foorack added Priority: Low Low priority, this has least priority to be fixed Status: Blocked Something is blocking this from progressing Type: Undocumented Endpoint Wow! This is new! This is unchartered terrirory and is only recommended by experienced comitters labels Sep 27, 2021
@Foorack Foorack changed the title Missing revert change displayname Missing "Revert Change DisplayName" endpoint Oct 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Low Low priority, this has least priority to be fixed Status: Blocked Something is blocking this from progressing Type: Undocumented Endpoint Wow! This is new! This is unchartered terrirory and is only recommended by experienced comitters
Development

No branches or pull requests

1 participant