Merge "Change some parameters to be required in api-ref"

This commit is contained in:
Zuul 2018-02-19 16:34:14 +00:00 committed by Gerrit Code Review
commit a7a22afbcc
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: |