We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9b31b commit e54b4f7Copy full SHA for e54b4f7
docs/openapi.yaml
@@ -620,13 +620,11 @@ paths:
620
- Migrations
621
responses:
622
'200':
623
- description: List of migration file names
+ description: List of migration files
624
content:
625
application/json:
626
schema:
627
- type: array
628
- items:
629
- type: string
+ $ref: '#/components/schemas/files'
630
'500':
631
description: Processing error
632
@@ -716,7 +714,7 @@ paths:
716
714
717
715
718
719
- $ref: '#/components/schemas/events'
+ $ref: '#/components/schemas/file'
720
721
722
0 commit comments