Skip to content

Commit

Permalink
Add query param in list job api (Azure#25374)
Browse files Browse the repository at this point in the history
Co-authored-by: Shail Paragbhai Shah <[email protected]>
  • Loading branch information
2 people authored and Kayla Ames committed Oct 6, 2023
1 parent d981173 commit 6f9095b
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 6f9095b

Please sign in to comment.