12 lines
207 B
CoffeeScript
12 lines
207 B
CoffeeScript
|
module.exports =
|
||
|
body:
|
||
|
session: type: 'string'
|
||
|
response:
|
||
|
200:
|
||
|
type: 'object'
|
||
|
required: ['success']
|
||
|
properties:
|
||
|
success:
|
||
|
type: 'boolean'
|
||
|
const: true
|