From 2b75314d206ef6e8c3b6ef444a17224dede8db65 Mon Sep 17 00:00:00 2001 From: Vladyslav Drok Date: Mon, 15 Aug 2016 13:50:54 +0300 Subject: [PATCH] Fix the description of inspection time fields The descriptions of inspection_started_at and inspection_finished_at node fields in api-ref are incorrect, this change fixes them. Change-Id: I2e9e036f1dec0e6f34cae6780d5855b3295ae3c5 --- api-ref/source/parameters.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index decc4d8b7c..65e655d71f 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -309,15 +309,15 @@ id: type: string inspection_finished_at: description: | - The UTC date and time when the resource was created, - `ISO 8601 `_ format. + The UTC date and time when the last hardware inspection finished + successfully, `ISO 8601 `_ format. May be "null". in: body required: true type: string inspection_started_at: description: | - The UTC date and time when the resource was created, + The UTC date and time when the hardware inspection was started, `ISO 8601 `_ format. May be "null". in: body