Better wording

This commit is contained in:
Andrew Morgan 2019-06-10 19:21:14 -04:00
parent 1a22508e15
commit 5f24f63338

View file

@ -16,9 +16,9 @@ properties:
sid:
type: string
description: |-
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.
The session ID. Session IDs are opaque strings that 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