Fix schema for /logout

'properties' is a map, not a list
pull/977/head
Richard van der Hoff 8 years ago
parent e7e9f5fa46
commit 86a81b0450

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

Loading…
Cancel
Save