Skip to content

Commit

Permalink
Add tags param to swagger spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Nov 21, 2018
1 parent 31418de commit d1318a1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/content/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ paths:
get:
description: |
List jobs.
parameters:
- in: query
name: tags
type: array
collectionFormat: multi
items:
type: string
description: Filter jobs by tags
operationId: getJobs
tags:
- jobs
Expand Down

0 comments on commit d1318a1

Please sign in to comment.