[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:
parent
54f45b530c
commit
49a8495e12
@ -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
|
||||
-------
|
||||
|
Loading…
Reference in New Issue
Block a user