From d9a34d51a2ccc482d57c938357263792a3ce0802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Tue, 15 Dec 2020 09:07:03 +0100 Subject: [PATCH] fix: typo in openapi.yaml "userID=>userId" --- docs/api/oas/openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/oas/openapi.yaml b/docs/api/oas/openapi.yaml index 136c5e28e3..33de729b1a 100644 --- a/docs/api/oas/openapi.yaml +++ b/docs/api/oas/openapi.yaml @@ -1479,7 +1479,7 @@ components: type: string description: 'One of the six context fields' enum: - - userID + - userId - sessionId - remoteAddress - properties @@ -1654,4 +1654,4 @@ components: type: number example: 40 x-tags: - - Responses \ No newline at end of file + - Responses