Merge pull request #3712 from matrix-org/travis/register-admin-docs

Update the admin register documentation to return a real user ID
This commit is contained in:
Amber Brown 2018-08-17 22:31:02 +10:00 committed by GitHub
commit fa27073b14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/3712.misc Normal file
View file

@ -0,0 +1 @@
Update admin register API documentation to reference a real user ID.

View file

@ -33,7 +33,7 @@ As an example::
< {
"access_token": "token_here",
"user_id": "@pepper_roni@test",
"user_id": "@pepper_roni:localhost",
"home_server": "test",
"device_id": "device_id_here"
}