Skip to content

Commit

Permalink
updated to latest changes, corrected example
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed May 31, 2017
1 parent ad82e0c commit 9a1a274
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions contrib/html/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,11 @@ definitions:
type: string
description: the ebusd version (major.minor.sha1 or major.minor.date).
pattern: '[0-9]+\.[0-9]+\.[0-9a-f]+\.'
example: '3.0.abcdefg'
example: '3.0.1234abc'
updatecheck:
type: string
description: the result of update check ("OK" or string describing available updates).
example: 'revision abcdefh available, 5 newer configuration files available'
example: 'revision 1234abd available, 5 newer configuration files available'
signal:
type: boolean
description: whether signal is available.
Expand Down Expand Up @@ -188,6 +188,9 @@ definitions:
Message:
type: object
properties:
name:
type: string
description: the message name.
lastup:
type: integer
description: the time in UTC seconds of the last update of the message.
Expand Down

0 comments on commit 9a1a274

Please sign in to comment.