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