Skip to content

Commit

Permalink
Add query param in list job api (#25374)
Browse files Browse the repository at this point in the history
Co-authored-by: Shail Paragbhai Shah <[email protected]>
  • Loading branch information
shail2208 and Shail Paragbhai Shah authored Aug 28, 2023
1 parent c9dfd1b commit 7af038c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6652,6 +6652,12 @@
}
]
}
},
{
"in": "query",
"name": "properties",
"description": "Comma-separated list of user property names (and optionally values). Example: prop1,prop2=value2",
"type": "string"
}
],
"responses": {
Expand Down

0 comments on commit 7af038c

Please sign in to comment.