Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 284d466

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent 4544c3b commit 284d466

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/v3/users/administration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Name | Type | Description
4040

4141
## Rename an existing user
4242

43-
PATCH /admin/users/:user_id
43+
PATCH /admin/users/:username
4444

4545
### Parameters
4646

@@ -64,7 +64,7 @@ Name | Type | Description
6464

6565
## Create an impersonation OAuth token
6666

67-
POST /admin/users/:user_id/authorizations
67+
POST /admin/users/:username/authorizations
6868

6969
### Parameters
7070

@@ -79,7 +79,7 @@ Name | Type | Description
7979

8080
## Delete an impersonation OAuth token
8181

82-
DELETE /admin/users/:user_id/authorizations
82+
DELETE /admin/users/:username/authorizations
8383

8484
### Response
8585

0 commit comments

Comments
 (0)