Corrections to api
This commit is contained in:
parent
3abe4cd6ef
commit
ef4929640d
@ -415,7 +415,7 @@ paths:
|
|||||||
- Ext (Messaging)
|
- Ext (Messaging)
|
||||||
- discussion
|
- discussion
|
||||||
requestBody:
|
requestBody:
|
||||||
require: true
|
required: true
|
||||||
content:
|
content:
|
||||||
application/x-www-form-urlencoded:
|
application/x-www-form-urlencoded:
|
||||||
schema:
|
schema:
|
||||||
@ -425,7 +425,7 @@ paths:
|
|||||||
type: string
|
type: string
|
||||||
users:
|
users:
|
||||||
type: array
|
type: array
|
||||||
descrition: id of users
|
description: id of users
|
||||||
items:
|
items:
|
||||||
type: integer
|
type: integer
|
||||||
responses:
|
responses:
|
||||||
@ -585,8 +585,9 @@ paths:
|
|||||||
'200':
|
'200':
|
||||||
description: Ok
|
description: Ok
|
||||||
content:
|
content:
|
||||||
test/calendar:
|
text/calendar:
|
||||||
description: file containing the appointments
|
schema:
|
||||||
|
type: string
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
type: array
|
type: array
|
||||||
@ -646,8 +647,9 @@ paths:
|
|||||||
'200':
|
'200':
|
||||||
description: Ok
|
description: Ok
|
||||||
content:
|
content:
|
||||||
test/calendar:
|
text/calendar:
|
||||||
description: file containing the appointment
|
schema:
|
||||||
|
type: string
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
|
Loading…
Reference in New Issue
Block a user