From a9ba1be7b74153380088eccfce5a8f071d4fca32 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 13 Jun 2017 18:39:14 -0400 Subject: [PATCH] api-ref: fix misleading description in PUT /os-services/disable The PUT /os-services/disable API does not actually check the request body for a reason why the service is being disabled. That's what PUT /os-services/disable-log-reason is for. This removes that incorrect part of the API description. Closes-Bug: #1697787 Change-Id: I7a0bbdad842e5d420085777d4fe2f9e6d3e94360 --- api-ref/source/os-services.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-ref/source/os-services.inc b/api-ref/source/os-services.inc index c0efc0904d..f38541e45b 100644 --- a/api-ref/source/os-services.inc +++ b/api-ref/source/os-services.inc @@ -60,7 +60,7 @@ Disable Scheduling For A Compute Service .. rest_method:: PUT /os-services/disable -Disables scheduling for a Compute service with optional logging. +Disables scheduling for a Compute service. Specify the service by its host name and binary name.