Update the admin register documentation to return a real user ID

Presumably this is the intention anyways. I've also updated the domain part to be something more along the lines of what people might expect.
This commit is contained in:
Travis Ralston 2018-08-17 02:46:25 -06:00 committed by GitHub
parent b4d6db5c4a
commit a8ffc27db7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
}