From a72968a9e06ce2d9710e2c80064f10c203f993d6 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Sat, 11 Feb 2017 16:57:00 -0500 Subject: [PATCH] api-ref: fix instance action 'message' description There was a typo in the description of this parameter and it also didn't read very clearly, so I've just re-written the description of this. On a side note, it's a bit odd that this is a required parameter in the response (Tempest requires it in the response schema) even though it's only set if the action failed. Change-Id: Ic84031119e2ffb6b1fb0b0a193967b2823464651 --- api-ref/source/parameters.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index f775ad9b1674..be8a82384367 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -2952,7 +2952,7 @@ memory_mb_used: type: integer message: description: | - The error message message about this action when error occurred. + The related error message for when an action fails. in: body required: true type: string