Skip to content

Commit

Permalink
Fixes #18383: Broken API doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Oct 21, 2020
1 parent dae792d commit 12fc2c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/sources/api-doc/components/schemas/node-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ properties:
type: string
format: date
example: "2020-02-29T14:48:28Z"
description: Date and time of the latest run, if one is available (node time). Up to API v11, format was: "YYYY-MM-dd HH:mm".
description: "Date and time of the latest run, if one is available (node time). Up to API v11, format was: \"YYYY-MM-dd HH:mm\""
lastInventoryDate:
type: string
example: "2020-02-29T10:11:32Z"
format: date
description: Date and time of the latest generated inventory, if one is available (node time). Up to API v11, format was: "YYYY-MM-dd HH:mm".
description: "Date and time of the latest generated inventory, if one is available (node time). Up to API v11, format was: \"YYYY-MM-dd HH:mm\""
machine:
description: Information about the underlying machine
type: object
Expand Down

0 comments on commit 12fc2c5

Please sign in to comment.