Browse Source

Rename the policy in put autoscaling policy docs

The put autoscaling policy docs use a "hot" policy as an
example. Instead, this commit changes the name of this policy to
"my_autoscaling_policy".
Jason Tedor 5 years ago
parent
commit
b82618d4a6
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/reference/autoscaling/apis/put-autoscaling-policy.asciidoc

+ 3 - 3
docs/reference/autoscaling/apis/put-autoscaling-policy.asciidoc

@@ -40,12 +40,12 @@ This API puts an autoscaling policy with the provided name.
 [[autoscaling-put-autoscaling-policy-examples]]
 ==== {api-examples-title}
 
-This example puts an autoscaling policy named `hot` using the always
-autoscaling decider.
+This example puts an autoscaling policy named `my_autoscaling_policy` using the
+always autoscaling decider.
 
 [source,console]
 --------------------------------------------------
-PUT /_autoscaling/policy/hot
+PUT /_autoscaling/policy/my_autoscaling_policy
 {
   "policy": {
     "deciders": {