Skip to content

Commit

Permalink
fix(server): fix and validate open API spec
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Dec 17, 2024
1 parent 9d9f76b commit 9f9c32f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/build_and_test_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ jobs:
- name: Shadowbox Integration Test
run: ./task shadowbox:integration_test

- name: Verify Open API Spec
uses: mbowman100/swagger-validator-action@master
with:
files: |
src/shadowbox/server/api.yml
manual-install-script:
name: Manual Install Script
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion src/shadowbox/server/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ paths:
description: Access key limit deleted successfully.
/experimental/server/metrics:
get:
tags: Server
tags:
- Server
parameters:
- in: query
name: since
Expand Down

0 comments on commit 9f9c32f

Please sign in to comment.