From 2468c38482fc53bd3736f4c70526ec94fd393878 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 13 Nov 2017 18:47:38 -0700 Subject: [PATCH] Add required property to whoami Signed-off-by: Travis Ralston --- api/client-server/whoami.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/api/client-server/whoami.yaml b/api/client-server/whoami.yaml index 7374ab5a..4d9d6ceb 100644 --- a/api/client-server/whoami.yaml +++ b/api/client-server/whoami.yaml @@ -43,6 +43,7 @@ paths: } schema: type: object + required: ["user_id"] properties: user_id: type: string