From 2ec008305361a0347da782cbf6e96a84a8493b4b Mon Sep 17 00:00:00 2001 From: Roland Osborne Date: Tue, 8 Nov 2022 13:53:25 -0800 Subject: [PATCH] adding param for notifications to receive at login --- doc/api.oa3 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/doc/api.oa3 b/doc/api.oa3 index 48463216..7ab61b85 100644 --- a/doc/api.oa3 +++ b/doc/api.oa3 @@ -622,6 +622,14 @@ paths: required: false schema: type: string + - name: notifications + in: query + description: push notifications to receive + required: false + schema: + type: array + items: + type: string responses: '201': description: successful operation @@ -734,6 +742,14 @@ paths: required: false schema: type: string + - name: notifications + in: query + description: push notifications to receive + required: false + schema: + type: array + items: + type: string responses: '201': description: generated @@ -822,6 +838,14 @@ paths: required: false schema: type: string + - name: notifications + in: query + description: push notifications to receive + required: false + schema: + type: array + items: + type: string responses: '201': description: generated