Skip to content

Commit

Permalink
Adding new query param on list job api (#25375)
Browse files Browse the repository at this point in the history
Co-authored-by: Shail Paragbhai Shah <shaisha@microsoft.com>
  • Loading branch information
shail2208 and Shail Paragbhai Shah authored Aug 28, 2023
1 parent 1434d85 commit 24e6642
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8517,6 +8517,12 @@
"name": "scheduleId",
"description": "The scheduled id for listing the job triggered from",
"type": "string"
},
{
"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 24e6642

Please sign in to comment.