From f18b4892e3e1d554bbbf79f3e8599eb9471c9b7d Mon Sep 17 00:00:00 2001 From: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> Date: Fri, 6 Jan 2023 13:26:55 +0200 Subject: [PATCH] fix: swagger cursor description Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> --- client/api/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/api/openapi.yaml b/client/api/openapi.yaml index b9677ca0..96e43110 100644 --- a/client/api/openapi.yaml +++ b/client/api/openapi.yaml @@ -17,7 +17,7 @@ paths: required: false schema: {} style: form - - description: Cursor for pagination. + - description: Parameter used in pagination requests. Default page size is set to 15. Set to the value of next for the next page of results. Set to the value of previous for the previous page of results. No other parameters can be set when the pagination token is set. explode: true in: query name: cursor