Correct the flasgger deffinition

This commit is contained in:
Guille Gutierrez 2023-02-14 05:43:03 -05:00
parent 40bd435c22
commit dc60a0b7ca

View File

@ -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