[Trivial] Allocation API: correct syntax in API version history docs

Change-Id: I5e7f1b82fe75c7984bd9fa9fd9979d27703ce048
Story: #2004341
This commit is contained in:
Dmitry Tantsur 2019-02-08 18:53:12 +01:00
parent 390a1c9a74
commit e64510e75c
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ resource class and traits. The new endpoints are:
* ``GET /v1/allocations/<ID or name>`` to retrieve the allocation details.
* ``GET /v1/nodes/<ID or name>/allocation`` to retrieve an allocation
associated with the node.
* ``DELETE /v1/allocations/<ID or name`` to remove the allocation.
* ``DELETE /v1/nodes/<ID or name/allocation`` to remove an allocation
* ``DELETE /v1/allocations/<ID or name>`` to remove the allocation.
* ``DELETE /v1/nodes/<ID or name>/allocation`` to remove an allocation
associated with the node.
Also added a new field ``allocation_uuid`` to the node resource.