api-ref: remove redundant preserve_ephemeral mention from rebuild docs

We already mention the preserve_ephemeral parameter in the request
parameters table, including the note that it's only useful for
baremetal instances, so we don't need to mention it again in the
description of the API.

Also adds a space between some list error codes.

Change-Id: I8712f0fdd06eee1bb9af439621481d1c69b6244c
This commit is contained in:
Matt Riedemann 2017-10-03 16:01:46 -04:00
parent cfff910b0d
commit ac1449c28e
1 changed files with 1 additions and 4 deletions

View File

@ -458,12 +458,9 @@ Rebuilds a server.
Specify the ``rebuild`` action in the request body.
To rebuild the server with preservation of the ephemeral partition,
set the ``preserve_ephemeral`` parameter to ``true``.
Normal response codes: 202
Error response codes: badRequest(400),unauthorized(401), forbidden(403),
Error response codes: badRequest(400), unauthorized(401), forbidden(403),
itemNotFound(404), conflict(409)
Request