44b77d887a
Briefly document in the Placement API reference: a) the use of Content-Type: application/json b) how to use microversion headers, including a link to the main Microversions reference. Change-Id: I60d7b9dfe4f1c50fc50eaf07a04848c220ffcf62
1015 B
1015 B
- 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.