02abc1afaf
Reviewing the Placement API, I noticed wrong OpenStack capitalization. Fix the docs and some strings as well. Change-Id: I14a2443687a0d517ece80e794e7ef0d4e165af6f
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.