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