Skip to content

Commit f28b4c6

Browse files
committed
fix: review fixes
1 parent 962d629 commit f28b4c6

5 files changed

Lines changed: 225 additions & 211 deletions

File tree

api/spec/packages/aip/src/billing/operations.tsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ interface BillingProfilesOperations {
5252
* Filter billing profiles returned in the response.
5353
*
5454
* To filter billing profiles by name add the following query param:
55-
* filter[name]=my-profile
55+
* filter[name][eq]=my-profile
5656
*/
5757
@query(#{ style: "deepObject", explode: true })
5858
filter?: ListBillingProfilesParamsFilter,

0 commit comments

Comments
 (0)