From f8870c6d26a3c63d47ecbf3e7fcf4282804674b9 Mon Sep 17 00:00:00 2001 From: Sujitha Date: Mon, 9 May 2016 22:10:24 +0000 Subject: [PATCH] Complete method verification of os-migrations Corrects the error status responses for os-migrations Part of bp:api-ref-in-rst Change-Id: Ia4aa0e6378e1b327fb75b2f630279b35835ba095 --- api-ref/source/os-migrations.inc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/api-ref/source/os-migrations.inc b/api-ref/source/os-migrations.inc index a781335ccf..9066a6f6e3 100644 --- a/api-ref/source/os-migrations.inc +++ b/api-ref/source/os-migrations.inc @@ -1,5 +1,4 @@ .. -*- rst -*- -.. needs:method_verification .. needs:parameter_verification .. needs:example_verification .. needs:body_verification @@ -17,12 +16,12 @@ List Migrations Lists in-progress migrations. -Policy defaults enable only users with the administrative role or the owner of the server to perform this operation. Cloud providers can change these permissions through the ``policy.json`` file. +Policy defaults enable only users with the administrative role or the owner of the server to perform this +operation. Cloud providers can change these permissions through the ``policy.json`` file. Normal response codes: 200 -Error response codes: computeFault(400, 500), serviceUnavailable(503), badRequest(400), -unauthorized(401), forbidden(403), badMethod(405), itemNotFound(404) +Error response codes: unauthorized(401), forbidden(403), itemNotFound(404) Request -------