From 700e24197a261966369b5357239aa93f429478d7 Mon Sep 17 00:00:00 2001 From: Wicklow Date: Thu, 23 Feb 2023 15:40:13 +0100 Subject: Add missing requirements on email in OpenAPI --- support/doc/api/openapi.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'support') diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index d9e91c131..a63694211 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -1417,6 +1417,8 @@ paths: email: type: string description: User email + required: + - email responses: '204': description: successful operation @@ -1436,6 +1438,8 @@ paths: email: type: string description: Registration email + required: + - email responses: '204': description: successful operation -- cgit v1.2.3