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:
|
||||
- bearerAuth: []
|
||||
- basicCredentials: []
|
||||
responses:
|
||||
responses:
|
||||
'201':
|
||||
description: successful operation
|
||||
content:
|
||||
@ -2065,7 +2065,7 @@ paths:
|
||||
- contact
|
||||
description: Inform contact of a push notification event
|
||||
operationId: set-push-event
|
||||
paramters:
|
||||
parameters:
|
||||
- name: contact
|
||||
in: query
|
||||
description: contact token
|
||||
@ -2549,7 +2549,7 @@ paths:
|
||||
'500':
|
||||
description: internal server error
|
||||
|
||||
/content/channels/{channelId}/notification:
|
||||
/content/channels/{channelId}/notification:
|
||||
get:
|
||||
tags:
|
||||
- content
|
||||
@ -2628,7 +2628,7 @@ paths:
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
type: bool
|
||||
type: boolean
|
||||
|
||||
/content/channels/{channelId}/subject/{field}:
|
||||
get:
|
||||
@ -4050,7 +4050,7 @@ components:
|
||||
members:
|
||||
type: string
|
||||
pushEnabled:
|
||||
type: bool
|
||||
type: boolean
|
||||
|
||||
Topic:
|
||||
type: object
|
||||
@ -4381,3 +4381,4 @@ components:
|
||||
bearerAuth:
|
||||
type: http
|
||||
scheme: bearer
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user