From 55022291f73d806ac2d0aaf8c54298eededdb23d Mon Sep 17 00:00:00 2001 From: Piotrek Zygielo <piotr.zygielo@gmail.com> Date: Sun, 25 Dec 2022 13:45:52 +0100 Subject: [PATCH] Fix descriptions for /projects --- spec/openapi.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/spec/openapi.yaml b/spec/openapi.yaml index 8fbef33..d3fea04 100644 --- a/spec/openapi.yaml +++ b/spec/openapi.yaml @@ -3730,7 +3730,7 @@ paths: parameters: - name: github_only in: query - description: Select only the projects that contains GitHub repos + description: Select only the projects that contain GitHub repos style: form explode: true schema: @@ -3738,7 +3738,7 @@ paths: format: int32 - name: spec_project in: query - description: The index of the page to get, defaults to 1. + description: TBD style: form explode: true schema: @@ -3746,21 +3746,21 @@ paths: format: int32 - name: spec_project_working_group in: query - description: The index of the page to get, defaults to 1. + description: TBD style: form explode: true schema: type: string - name: working_group in: query - description: The index of the page to get, defaults to 1. + description: TBD style: form explode: true schema: type: string - name: page in: query - description: The number of records to get per page, defaults to 20. Maximum value is 100. + description: TBD style: form explode: true schema: -- GitLab