Corrects a typo in RESTful Web API (v1) document

The typo /v1/nodes/<uuid>/state is changed to /v1/nodes/<uuid>/states
Closes-Bug: 1311285

Change-Id: I66bc695298c04b423c9c9be45b23fce5b60727f0
This commit is contained in:
Srinivasa Acharya 2014-05-10 15:07:23 -04:00
parent 70646b4bc4
commit 79f3780431

View File

@ -52,7 +52,7 @@ NodeStates
==========
.. rest-controller:: ironic.api.controllers.v1.node:NodeStatesController
:webprefix: /v1/nodes/<uuid>/state
:webprefix: /v1/nodes/<uuid>/states
.. autotype:: ironic.api.controllers.v1.node.NodeStates
:members: