Skip to content

Commit

Permalink
test: github action to validate go src code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JGAntunes committed Jan 21, 2021
1 parent 61a473b commit 2e9b4da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ basePath: /api/v1
paths:
/sites:
get:
operationId: testListSites
operationId: listSites
tags: [site]
parameters:
- name: name
in: query
type: string
- name: filter
- name: testFilter
in: query
type: string
enum: ['all', 'owner', 'guest']
Expand Down

0 comments on commit 2e9b4da

Please sign in to comment.