9b584fcd1d
This patch does pretty much the minimum possible to get `tox -e docs` building and gating. Much, much more needs to be done to make the content good. Also corrects a link in the api-ref which, once these are publishing, would have pointed to the wrong place. Change-Id: I5cbc3a3cceeaeaa7be5593658b6a03fa25fb69d0
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 <>
.
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.