Fix format (array of objects, not object)
This commit is contained in:
parent
27113d71ff
commit
0f6e414eb6
1 changed files with 59 additions and 56 deletions
|
@ -45,7 +45,10 @@ paths:
|
|||
}
|
||||
]
|
||||
schema:
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
title: Pusher
|
||||
properties:
|
||||
pushkey:
|
||||
type: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue