summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorVladyslav Drok <vdrok@mirantis.com>2016-08-15 13:50:54 +0300
committerVladyslav Drok <vdrok@mirantis.com>2016-08-15 13:50:54 +0300
commit2b75314d206ef6e8c3b6ef444a17224dede8db65 (patch)
tree939eb8a0a5e039b4c22c34cf149c026294b511e8 /api-ref
parentd447c1548f96583d5a004882a11df51c3ad225ad (diff)
downloadironic-2b75314d206ef6e8c3b6ef444a17224dede8db65.tar.gz
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
Diffstat (limited to 'api-ref')
-rw-r--r--api-ref/source/parameters.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml
index decc4d8b7..65e655d71 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 <https://en.wikipedia.org/wiki/ISO_8601>`_ format.
+ The UTC date and time when the last hardware inspection finished
+ successfully, `ISO 8601 <https://en.wikipedia.org/wiki/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 <https://en.wikipedia.org/wiki/ISO_8601>`_ format.
May be "null".
in: body