From 663fee9cb937f3aae16a92418a8df0454097da42 Mon Sep 17 00:00:00 2001 From: Pascal Delange Date: Thu, 12 Dec 2024 14:22:49 +0100 Subject: [PATCH] correction to public api spec --- specs/public_api.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/specs/public_api.yaml b/specs/public_api.yaml index 9e323be88..01f55a423 100644 --- a/specs/public_api.yaml +++ b/specs/public_api.yaml @@ -554,14 +554,8 @@ components: pagination: type: object required: - - end_index - - start_index - has_next_page properties: - end_index: - type: integer - start_index: - type: integer has_next_page: type: boolean \ No newline at end of file