mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
fixing swagger spec
This commit is contained in:
parent
77c11b9868
commit
6e4d2cb80d
11
doc/api.oa3
11
doc/api.oa3
@ -622,7 +622,7 @@ paths:
|
|||||||
security:
|
security:
|
||||||
- bearerAuth: []
|
- bearerAuth: []
|
||||||
- basicCredentials: []
|
- basicCredentials: []
|
||||||
responses:
|
responses:
|
||||||
'201':
|
'201':
|
||||||
description: successful operation
|
description: successful operation
|
||||||
content:
|
content:
|
||||||
@ -2065,7 +2065,7 @@ paths:
|
|||||||
- contact
|
- contact
|
||||||
description: Inform contact of a push notification event
|
description: Inform contact of a push notification event
|
||||||
operationId: set-push-event
|
operationId: set-push-event
|
||||||
paramters:
|
parameters:
|
||||||
- name: contact
|
- name: contact
|
||||||
in: query
|
in: query
|
||||||
description: contact token
|
description: contact token
|
||||||
@ -2549,7 +2549,7 @@ paths:
|
|||||||
'500':
|
'500':
|
||||||
description: internal server error
|
description: internal server error
|
||||||
|
|
||||||
/content/channels/{channelId}/notification:
|
/content/channels/{channelId}/notification:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- content
|
- content
|
||||||
@ -2628,7 +2628,7 @@ paths:
|
|||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
type: bool
|
type: boolean
|
||||||
|
|
||||||
/content/channels/{channelId}/subject/{field}:
|
/content/channels/{channelId}/subject/{field}:
|
||||||
get:
|
get:
|
||||||
@ -4050,7 +4050,7 @@ components:
|
|||||||
members:
|
members:
|
||||||
type: string
|
type: string
|
||||||
pushEnabled:
|
pushEnabled:
|
||||||
type: bool
|
type: boolean
|
||||||
|
|
||||||
Topic:
|
Topic:
|
||||||
type: object
|
type: object
|
||||||
@ -4381,3 +4381,4 @@ components:
|
|||||||
bearerAuth:
|
bearerAuth:
|
||||||
type: http
|
type: http
|
||||||
scheme: bearer
|
scheme: bearer
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user