Fix schema for /logout

'properties' is a map, not a list
This commit is contained in:
Richard van der Hoff 2016-05-08 22:34:17 +01:00
parent e7e9f5fa46
commit 86a81b0450

View file

@ -27,6 +27,6 @@ paths:
description: The access token used in the request was succesfully invalidated. description: The access token used in the request was succesfully invalidated.
schema: schema:
type: object type: object
properties: [] properties: {}
tags: tags:
- Session management - Session management