Correct the flasgger deffinition
This commit is contained in:
parent
40bd435c22
commit
dc60a0b7ca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user