Replace POST with PATCH in api-ref for set floatingIP's ptr record

Closes-Bug: #1615840

Change-Id: Ieea6d1a2df8b10a6497fb89907838dd88285617a
This commit is contained in:
sonu.kumar 2016-08-29 14:37:41 +05:30
parent c8fa7ef289
commit dcce755f3e
1 changed files with 1 additions and 1 deletions

View File

@ -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.