
This is the result of running the following commands: git rm -rf api-ref/ git mv placement-api-ref api-ref Change-Id: Iffabaa757187879773ee3e7ffaa438ab95670dea
1.0 KiB
1.0 KiB
- tocdepth
-
2
Placement API
This is a reference for the OpenStack Placement API. To learn more
about OpenStack Placement API concepts, please refer to the Placement
Introduction <user/placement.html>
.
The Placement API uses JSON for data exchange. As such, the
Content-Type
header for APIs sending data payloads in the
request body (i.e. PUT
and POST
) must be set
to application/json
unless otherwise noted.