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:
parent
70646b4bc4
commit
79f3780431
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user