Skip to content

Commit

Permalink
Updated docs for ISO 8601 date format.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lednerb committed Jun 29, 2019
1 parent b718679 commit b03ac65
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/includes/_scans.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,18 @@ A Scan can be started.
{
"url": "http:\/\/www.siwecos.de",
"dangerLevel": 10,
"startedAt": "2019-05-09 07:05:38",
"finishedAt": "2019-05-09 07:05:55",
"startedAt": "2019-05-09T07:05:38Z",
"finishedAt": "2019-05-09T07:05:55Z",
"withMissingScannerResults": ["INI_S", "INFOLEAK"],
"results": [
{
"startedAt": "2019-05-09 07:05:38",
"finishedAt": "2019-05-09 07:05:40",
"startedAt": "2019-05-09T07:05:38Z",
"finishedAt": "2019-05-09T07:05:40Z",
// Scanner 1 results
},
{
"startedAt": "2019-05-09 07:05:41",
"finishedAt": "2019-05-09 07:05:52",
"startedAt": "2019-05-09T07:05:41Z",
"finishedAt": "2019-05-09T07:05:52Z",
// Scanner 2 results
},
...
Expand Down

0 comments on commit b03ac65

Please sign in to comment.