Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
swagger get jobs: add tagsContain & tagsNotContain filter in query
Browse files Browse the repository at this point in the history
  • Loading branch information
suiguoxin committed Sep 18, 2020
1 parent c3de044 commit 2f9b5a6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/api/v2/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1120,6 +1120,16 @@ paths:
description: filter jobs with keyword, we search keyword in user name, job name, and virtual cluster name
schema:
type: string
- name: tagsContain
in: query
description: filter jobs with tags. When multiple tags are specified, every job selected should have at least one of these tags
schema:
type: string
- name: tagsNotContain
in: query
description: filter jobs with tags. When multiple tags are specified, every job selected should have none of these tags
schema:
type: string
- name: offset
in: query
description: list job offset
Expand Down

0 comments on commit 2f9b5a6

Please sign in to comment.