Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3712 from matrix-org/travis/register-admin-docs
Browse files Browse the repository at this point in the history
Update the admin register documentation to return a real user ID
  • Loading branch information
hawkowl authored Aug 17, 2018
2 parents b4d6db5 + b99a0f3 commit fa27073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/3712.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update admin register API documentation to reference a real user ID.
2 changes: 1 addition & 1 deletion docs/admin_api/register_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit fa27073

Please sign in to comment.