Fix format (array of objects, not object)

dbkr/get_pushers
David Baker 8 years ago
parent 27113d71ff
commit 0f6e414eb6

@ -45,7 +45,10 @@ paths:
}
]
schema:
type: array
items:
type: object
title: Pusher
properties:
pushkey:
type: string

Loading…
Cancel
Save