From a0482076819bde914e59f6e838ace9ddefaf3a35 Mon Sep 17 00:00:00 2001 From: Daquisu <50253469+Daquisu@users.noreply.github.com.> Date: Sun, 1 Jun 2025 15:17:38 -0600 Subject: [PATCH] Correct findStatusMessage params --- openapi/openapi-v2.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/openapi/openapi-v2.json b/openapi/openapi-v2.json index 72a92ae..48135c5 100644 --- a/openapi/openapi-v2.json +++ b/openapi/openapi-v2.json @@ -4706,9 +4706,13 @@ } } }, - "limit": { + "offset": { "type": "integer", "description": "Limit for the return" + }, + "page": { + "type": "integer", + "description": "Page number of the returned results" } } }