From 1a22508e150071a275c08e3a13ace15211924f74 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Mon, 10 Jun 2019 19:18:58 -0400 Subject: [PATCH] identity server -> the server --- api/client-server/definitions/request_token_response.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/api/client-server/definitions/request_token_response.yaml b/api/client-server/definitions/request_token_response.yaml index 48f818e5..8776d143 100644 --- a/api/client-server/definitions/request_token_response.yaml +++ b/api/client-server/definitions/request_token_response.yaml @@ -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