Change some parameters to be required in api-ref

These three parameters are used in path. Change them to be required.

Change-Id: I9c247b7ebefce59d499c495601b33a3aba7063c0
This commit is contained in:
leiyashuai 2018-02-12 11:30:13 +08:00
parent 90602fc145
commit e0a7d03dee
1 changed files with 3 additions and 3 deletions

View File

@ -196,13 +196,13 @@ url_node_group_template_id:
description: |
The UUID of the node group template.
in: path
required: false
required: true
type: string
url_plugin_name:
description: |
Name of the plugin.
in: path
required: false
required: true
type: string
url_project_id:
description: |
@ -214,7 +214,7 @@ version:
description: |
Filters the response by a plugin version.
in: path
required: false
required: true
type: string
version_1:
description: |