Skip to content

Commit

Permalink
fix: meter slug should be a list
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <[email protected]>
  • Loading branch information
sagikazarmark committed Oct 2, 2024
1 parent 601274e commit e34ab0c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions api/spec/src/entitlements/feature.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@ interface Features {
/**
* Filter by meterSlug
*/
@query meterSlug?: string,
@query
meterSlug?: string[],

/**
* Filter by meterGroupByFilters
*/
@query includeArchived?: boolean = false,
@query
includeArchived?: boolean = false,

...OpenMeter.QueryPagination,
...OpenMeter.QueryLimitOffset,
Expand Down

0 comments on commit e34ab0c

Please sign in to comment.