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
This commit is contained in:
Vladyslav Drok 2016-08-15 13:50:54 +03:00
parent d447c1548f
commit 2b75314d20
1 changed files with 3 additions and 3 deletions

View File

@ -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