[placement] Fix format in placement API ref

In "Delete traits" API of Placement API reference,
the format of response codes description is wrong.
"409 Conflict if the name to delete has associations with any"
is bold, but "ResourceProvider." is not.
So fix it.

TrivialFix
Change-Id: I963c350bfc339d4db769b0bfd6bba1087fa065e0
This commit is contained in:
Takashi NATSUME 2017-11-20 19:24:16 +09:00
parent 54f45b530c
commit 49a8495e12

View File

@ -116,7 +116,7 @@ Error response codes: badRequest(400), itemNotFound(404), conflict(409)
* `400 BadRequest` if the name to delete is standard trait.
* `404 Not Found` if no such trait exists.
* `409 Conflict` if the name to delete has associations with any
ResourceProvider.
ResourceProvider.
Request
-------