Skip to content
Snippets Groups Projects
Commit 9f7b9bc3 authored by Martin Lowe's avatar Martin Lowe :flag_ca:
Browse files

Merge branch 'fixes' into 'master'

Fix descriptions for /projects

See merge request !21
parents 487ae7c9 55022291
Branches master
No related tags found
1 merge request!21Fix descriptions for /projects
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment