From dcce755f3e29dc748f45183fa51cc4bd8f7fac0d Mon Sep 17 00:00:00 2001 From: "sonu.kumar" Date: Mon, 29 Aug 2016 14:37:41 +0530 Subject: [PATCH] Replace POST with PATCH in api-ref for set floatingIP's ptr record Closes-Bug: #1615840 Change-Id: Ieea6d1a2df8b10a6497fb89907838dd88285617a --- api-ref/source/dns-api-v2-reverse-floatingips.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-ref/source/dns-api-v2-reverse-floatingips.inc b/api-ref/source/dns-api-v2-reverse-floatingips.inc index 6920d34b0..55dc18b51 100644 --- a/api-ref/source/dns-api-v2-reverse-floatingips.inc +++ b/api-ref/source/dns-api-v2-reverse-floatingips.inc @@ -8,7 +8,7 @@ associated to your project in Neutron. Set FloatingIP's PTR record ============================ -.. rest_method:: POST /v2/reverse/floatingips/{region}:{floatingip_id} +.. rest_method:: PATCH /v2/reverse/floatingips/{region}:{floatingip_id} Set a PTR record for the given FloatingIP. The domain if it does not exist will be provisioned automatically.