Error location of parameters in api-ref:project tags

Change-Id: I31ea18a74e5705ac571727b1935aba03019f79a6
This commit is contained in:
zlyqqq
2018-08-03 14:23:40 +08:00
committed by zhengliuyang
parent ea774f78e0
commit c163ee39ee
2 changed files with 13 additions and 13 deletions
+7 -7
View File
@@ -84,6 +84,13 @@ project_id_path:
in: path
required: true
type: string
project_tag_path:
description: |
A simple string associated with a project. Can be used for assigning
values to projects and filtering based on those values.
in: path
required: true
type: string
region_id_path:
description: |
The region ID.
@@ -324,13 +331,6 @@ project_name_query:
in: query
required: false
type: string
project_tag_path:
description: |
A simple string associated with a project. Can be used for assigning
values to projects and filtering based on those values.
in: query
required: true
type: string
protocol_id_query:
description: |
Filters the response by a protocol ID.
+6 -6
View File
@@ -40,7 +40,7 @@ Parameters
.. rest_parameters:: parameters.yaml
- project_id: project_id
- project_id: project_id_path
Response
--------
@@ -93,7 +93,7 @@ Parameters
.. rest_parameters:: parameters.yaml
- project_id: project_id
- project_id: project_id_path
- tag: project_tag_path
Response
@@ -131,7 +131,7 @@ Parameters
.. rest_parameters:: parameters.yaml
- project_id: project_id
- project_id: project_id_path
- tag: project_tag_path
Response
@@ -170,7 +170,7 @@ Parameters
.. rest_parameters:: parameters.yaml
- project_id: project_id
- project_id: project_id_path
- tags: response_body_project_tags_required
Example
@@ -227,7 +227,7 @@ Parameters
.. rest_parameters:: parameters.yaml
- project_id: project_id
- project_id: project_id_path
- tag: project_tag_path
Response
@@ -265,7 +265,7 @@ Parameters
.. rest_parameters:: parameters.yaml
- project_id: project_id
- project_id: project_id_path
Response
--------