From dc60a0b7ca622bda5e8334040443331e23eee4c6 Mon Sep 17 00:00:00 2001 From: guille Date: Tue, 14 Feb 2023 05:43:03 -0500 Subject: [PATCH] Correct the flasgger deffinition --- hub_api/docs/openapi-specs.yml | 39 ++-------------------------------- 1 file changed, 2 insertions(+), 37 deletions(-) diff --git a/hub_api/docs/openapi-specs.yml b/hub_api/docs/openapi-specs.yml index f953fed..8de19b2 100644 --- a/hub_api/docs/openapi-specs.yml +++ b/hub_api/docs/openapi-specs.yml @@ -77,25 +77,7 @@ paths: - token: [] - application_id: [] parameters: - - in: header - name: session_id - schema: - type: string - required: true - description: the Id of the current session - - in: header - name: token - schema: - type: string - required: true - description: the last token received from the API - - in: header - name: application_id - schema: - type: string - required: true - description: the Id of the application accessing this API - + [] tags: - Keep alive summary: Keep the current user session alive @@ -127,24 +109,7 @@ paths: - token: [] - application_id: [] parameters: - - in: header - name: session_id - schema: - type: string - required: true - description: the Id of the current session - - in: header - name: token - schema: - type: string - required: true - description: the last token received from the API - - in: header - name: application_id - schema: - type: string - required: true - description: the Id of the application accessing this API + [] tags: - End session summary: Ends the current user session