From 05f6602c147419499e57b0206e5261d2a256c01c Mon Sep 17 00:00:00 2001 From: Abu Sakib Date: Wed, 18 Sep 2024 22:00:10 +0600 Subject: [PATCH] Add `limit` query parameter for `listMoesifPlans` and `listMoesifPrices` (#65) --- source/includes/management-api/_management-api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/includes/management-api/_management-api.md b/source/includes/management-api/_management-api.md index 5f3eddb..519136f 100644 --- a/source/includes/management-api/_management-api.md +++ b/source/includes/management-api/_management-api.md @@ -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 @@ -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