Skip to content
Snippets Groups Projects

Fix descriptions for /projects

Merged Piotr Żygieło requested to merge pygieo/api.eclipse.org-docs:fixes into master
1 file
+ 5
5
Compare changes
  • Side-by-side
  • Inline
+ 5
5
@@ -3730,7 +3730,7 @@ paths:
@@ -3730,7 +3730,7 @@ paths:
parameters:
parameters:
- name: github_only
- name: github_only
in: query
in: query
description: Select only the projects that contains GitHub repos
description: Select only the projects that contain GitHub repos
style: form
style: form
explode: true
explode: true
schema:
schema:
@@ -3738,7 +3738,7 @@ paths:
@@ -3738,7 +3738,7 @@ paths:
format: int32
format: int32
- name: spec_project
- name: spec_project
in: query
in: query
description: The index of the page to get, defaults to 1.
description: TBD
style: form
style: form
explode: true
explode: true
schema:
schema:
@@ -3746,21 +3746,21 @@ paths:
@@ -3746,21 +3746,21 @@ paths:
format: int32
format: int32
- name: spec_project_working_group
- name: spec_project_working_group
in: query
in: query
description: The index of the page to get, defaults to 1.
description: TBD
style: form
style: form
explode: true
explode: true
schema:
schema:
type: string
type: string
- name: working_group
- name: working_group
in: query
in: query
description: The index of the page to get, defaults to 1.
description: TBD
style: form
style: form
explode: true
explode: true
schema:
schema:
type: string
type: string
- name: page
- name: page
in: query
in: query
description: The number of records to get per page, defaults to 20. Maximum value is 100.
description: TBD
style: form
style: form
explode: true
explode: true
schema:
schema:
Loading