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" } } }