diff --git a/spec/openapi.yaml b/spec/openapi.yaml index 8fbef330e6b8370dc3349dd251d8e3ae4d2a1135..d3fea040558ce36bc847a764ad6538f2055c5971 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: