fix typo in parameter type definition

project_id_instance_action "required" was "ture" instead of "true"

Change-Id: I38dde136bf44c83d9224fc32f38d4ab423d5fb36
This commit is contained in:
James Penick
2017-05-11 15:36:30 +00:00
committed by James Penick
parent c2d3e80658
commit 53d27dea0d
+1 -1
View File
@@ -3987,7 +3987,7 @@ project_id_instance_action:
description: |
The UUID of the project that this server belongs to.
in: body
required: ture
required: true
type: string
project_id_query_server:
description: |