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:
parent
d447c1548f
commit
2b75314d20
@ -309,15 +309,15 @@ id:
|
|||||||
type: string
|
type: string
|
||||||
inspection_finished_at:
|
inspection_finished_at:
|
||||||
description: |
|
description: |
|
||||||
The UTC date and time when the resource was created,
|
The UTC date and time when the last hardware inspection finished
|
||||||
`ISO 8601 <https://en.wikipedia.org/wiki/ISO_8601>`_ format.
|
successfully, `ISO 8601 <https://en.wikipedia.org/wiki/ISO_8601>`_ format.
|
||||||
May be "null".
|
May be "null".
|
||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
inspection_started_at:
|
inspection_started_at:
|
||||||
description: |
|
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.
|
`ISO 8601 <https://en.wikipedia.org/wiki/ISO_8601>`_ format.
|
||||||
May be "null".
|
May be "null".
|
||||||
in: body
|
in: body
|
||||||
|
Loading…
Reference in New Issue
Block a user