mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
adding param for notifications to receive at login
This commit is contained in:
parent
ce435ef967
commit
2ec0083053
24
doc/api.oa3
24
doc/api.oa3
@ -622,6 +622,14 @@ paths:
|
|||||||
required: false
|
required: false
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
- name: notifications
|
||||||
|
in: query
|
||||||
|
description: push notifications to receive
|
||||||
|
required: false
|
||||||
|
schema:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
responses:
|
responses:
|
||||||
'201':
|
'201':
|
||||||
description: successful operation
|
description: successful operation
|
||||||
@ -734,6 +742,14 @@ paths:
|
|||||||
required: false
|
required: false
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
- name: notifications
|
||||||
|
in: query
|
||||||
|
description: push notifications to receive
|
||||||
|
required: false
|
||||||
|
schema:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
responses:
|
responses:
|
||||||
'201':
|
'201':
|
||||||
description: generated
|
description: generated
|
||||||
@ -822,6 +838,14 @@ paths:
|
|||||||
required: false
|
required: false
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
- name: notifications
|
||||||
|
in: query
|
||||||
|
description: push notifications to receive
|
||||||
|
required: false
|
||||||
|
schema:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
responses:
|
responses:
|
||||||
'201':
|
'201':
|
||||||
description: generated
|
description: generated
|
||||||
|
Loading…
Reference in New Issue
Block a user