From 86a81b04504f9603bc6805309bdbbe9917429cab Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Sun, 8 May 2016 22:34:17 +0100 Subject: [PATCH] Fix schema for /logout 'properties' is a map, not a list --- api/client-server/logout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/client-server/logout.yaml b/api/client-server/logout.yaml index dc587b609..9e3ed33b1 100644 --- a/api/client-server/logout.yaml +++ b/api/client-server/logout.yaml @@ -27,6 +27,6 @@ paths: description: The access token used in the request was succesfully invalidated. schema: type: object - properties: [] + properties: {} tags: - Session management