Skip to content

Commit e54b4f7

Browse files
author
Mike Storey
committed
Openapi updates
1 parent 6f9b31b commit e54b4f7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/openapi.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -620,13 +620,11 @@ paths:
620620
- Migrations
621621
responses:
622622
'200':
623-
description: List of migration file names
623+
description: List of migration files
624624
content:
625625
application/json:
626626
schema:
627-
type: array
628-
items:
629-
type: string
627+
$ref: '#/components/schemas/files'
630628
'500':
631629
description: Processing error
632630
content:
@@ -716,7 +714,7 @@ paths:
716714
content:
717715
application/json:
718716
schema:
719-
$ref: '#/components/schemas/events'
717+
$ref: '#/components/schemas/file'
720718
'500':
721719
description: Processing error
722720
content:

0 commit comments

Comments
 (0)