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

This commit is contained in:
Zuul 2019-02-08 23:21:22 +00:00 committed by Gerrit Code Review
commit ddf224577a
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.