
As placement-api-ref is renamed to api-ref we can use the standard job for the doc generation. This patch adds a voting api-ref generation job for both queues Change-Id: I0d8a2919e6af4bf41385e7d2324cbad72f7f9a7c
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.