Merge pull request #2091 from matrix-org/travis/1.0/mxid-register

Clarify that /register must produce valid Matrix User IDs
pull/2108/head
Travis Ralston 5 years ago committed by GitHub
commit 36659ca266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -65,6 +65,9 @@ paths:
with the exception of ``initial_device_display_name`` MUST BE ignored
by the server. The server MUST pick a ``device_id`` for the account
regardless of input.
Any user ID returned by this API must conform to the grammar given in the
`Matrix specification <../appendices.html#user-identifiers>`_.
operationId: register
parameters:
- in: query
@ -152,7 +155,7 @@ paths:
The fully-qualified Matrix user ID (MXID) that has been registered.
Any user ID returned by this API must conform to the grammar given in the
`Matrix specification <https://matrix.org/docs/spec/appendices.html#user-identifiers>`_.
`Matrix specification <../appendices.html#user-identifiers>`_.
access_token:
type: string
description: |-

@ -0,0 +1 @@
Clarify that ``/register`` must produce valid Matrix User IDs.
Loading…
Cancel
Save