Skip to content

Commit

Permalink
Add limit query parameter for listMoesifPlans and `listMoesifPric…
Browse files Browse the repository at this point in the history
…es` (#65)
  • Loading branch information
selectiveduplicate authored Sep 18, 2024
1 parent 221574e commit 05f6602
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/includes/management-api/_management-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -14158,6 +14158,7 @@ System.out.println(response.toString());
|---|---|---|---|---|
|provider|query|string|false|none|
|includes|query|string|false|none|
|limit|query|integer(int32)|false|A limit on the number of objects to be returned. Limit can range between `1` and `1000` (inclusive). Defaults to `1000`.|

> Example responses

Expand Down Expand Up @@ -16219,6 +16220,7 @@ System.out.println(response.toString());
|Name|In|Type|Required|Description|
|---|---|---|---|---|
|provider|query|string|false|none|
|limit|query|integer(int32)|false|A limit on the number of objects to be returned. Limit can range between `1` and `1000` (inclusive). Defaults to `1000`.|

> Example responses

Expand Down

0 comments on commit 05f6602

Please sign in to comment.