mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-08 00:43:42 +01:00
Merge pull request #2091 from matrix-org/travis/1.0/mxid-register
Clarify that /register must produce valid Matrix User IDs
This commit is contained in:
commit
36659ca266
|
|
@ -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…
Reference in a new issue