From 9cd30d0e5612921d3a47b67a85efedaab18b456b Mon Sep 17 00:00:00 2001 From: Alprensia Date: Thu, 13 Oct 2016 11:25:08 +0900 Subject: [PATCH] Add missing parameter for update policyState. If missing this parameter, it doesn't update policy state. --- docs/API_spec.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/API_spec.rst b/docs/API_spec.rst index 45af791..a74e15b 100644 --- a/docs/API_spec.rst +++ b/docs/API_spec.rst @@ -264,7 +264,11 @@ Request ``PUT /v1/autoscaler/apps/:app_id/policy/status/`` Authorization Authorization: Bearer Token of ``AccessToken`` Headers ``Accept: application/json`` Parameters app_id: the GUID of the application -Request Body None +Request Body *example* :: + { + "enable": true or false + } + Response Codes *Codes* :: 200 - Success