Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • fgurr/api.eclipse.org-docs
1 result
Show changes
Commits on Source (2)
...@@ -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:
......