Fix the errors about the protectable API reference documentation

Change-Id: I0473caa946af90e9bee40a227e4708fa1a3b4855
Closes-Bug: #1656161
This commit is contained in:
chenying 2017-01-13 11:12:32 +08:00
parent fccbb83e62
commit b6c1415c5c
1 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ Response Example
Show protectable type
=====================
.. rest_method:: GET /v1/{tenant_id}/plans/{protectable_type}
.. rest_method:: GET /v1/{tenant_id}/protectables/{protectable_type}
Shows the information of a given protectable type.
@ -101,7 +101,7 @@ Response Example
List protectable instances
==========================
.. rest_method:: GET /v1/{tenant_id}/plans/{protectable_type}/instances
.. rest_method:: GET /v1/{tenant_id}/protectables/{protectable_type}/instances
List all the available instances for the given protectable type.
@ -148,7 +148,7 @@ Response Example
Show protectable instance
=========================
.. rest_method:: GET /v1/{tenant_id}/plans/{protectable_type}/instances/{resource_id}
.. rest_method:: GET /v1/{tenant_id}/protectables/{protectable_type}/instances/{resource_id}
Show the information about a specific instance and its immediate dependencies.