mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-01 09:14:10 +01:00
identity server -> the server
This commit is contained in:
parent
572d29348c
commit
1a22508e15
|
|
@ -16,10 +16,9 @@ properties:
|
|||
sid:
|
||||
type: string
|
||||
description: |-
|
||||
The session ID. Session IDs are opaque strings generated by the identity
|
||||
server. They must consist entirely of the characters
|
||||
``[0-9a-zA-Z.=_-]``. Their length must not exceed 255 characters and they
|
||||
must not be empty.
|
||||
The session ID. Session IDs are opaque strings generated by a server.
|
||||
They must consist entirely of the characters ``[0-9a-zA-Z.=_-]``. Their
|
||||
length must not exceed 255 characters and they must not be empty.
|
||||
example: "123abc"
|
||||
submit_url:
|
||||
type: string
|
||||
|
|
|
|||
Loading…
Reference in a new issue