Correct the flasgger deffinition
This commit is contained in:
parent
40bd435c22
commit
dc60a0b7ca
|
@ -77,25 +77,7 @@ paths:
|
||||||
- token: []
|
- token: []
|
||||||
- application_id: []
|
- application_id: []
|
||||||
parameters:
|
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:
|
tags:
|
||||||
- Keep alive
|
- Keep alive
|
||||||
summary: Keep the current user session alive
|
summary: Keep the current user session alive
|
||||||
|
@ -127,24 +109,7 @@ paths:
|
||||||
- token: []
|
- token: []
|
||||||
- application_id: []
|
- application_id: []
|
||||||
parameters:
|
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:
|
tags:
|
||||||
- End session
|
- End session
|
||||||
summary: Ends the current user session
|
summary: Ends the current user session
|
||||||
|
|
Loading…
Reference in New Issue
Block a user