From 71ed7038142f2ad0725ed2cce597f7fc6ee3f4d1 Mon Sep 17 00:00:00 2001 From: liuyamin Date: Mon, 15 Jan 2018 16:38:57 +0800 Subject: [PATCH] Fix api-ref for v3 Services This patch is mainly to fix the request parameters for the Disabled Cinder Service APIs. Change-Id: I112793716c1f00cc953bd960fa13be67612ed6ac --- api-ref/source/v3/os-services.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api-ref/source/v3/os-services.inc b/api-ref/source/v3/os-services.inc index 87de9970fd8..47fa81d4694 100644 --- a/api-ref/source/v3/os-services.inc +++ b/api-ref/source/v3/os-services.inc @@ -72,8 +72,8 @@ Request .. rest_parameters:: parameters.yaml - project_id: project_id_path - - host: host_query - - binary: binary_query + - host: host_name_body + - binary: binary Request Example --------------- @@ -120,7 +120,7 @@ Request - project_id: project_id_path - binary: binary - host: host_name_body - - disabled_reason: disabled_reason_body + - disabled_reason: disabled_reason_body_1 Request Example ---------------