From 5f24f63338f94a08c51754877a708fb596154e09 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Mon, 10 Jun 2019 19:21:14 -0400 Subject: [PATCH] Better wording --- api/client-server/definitions/request_token_response.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/client-server/definitions/request_token_response.yaml b/api/client-server/definitions/request_token_response.yaml index 8776d143..98fefe07 100644 --- a/api/client-server/definitions/request_token_response.yaml +++ b/api/client-server/definitions/request_token_response.yaml @@ -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