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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user