Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Commit

Permalink
Update headers, small syntax fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Apr 19, 2016
1 parent bcb2a56 commit 0e92ddf
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -2485,10 +2485,10 @@ Generate diagnostic reports.
This command can't be called directly.

## cmds clear [GET /diag/cmds/clear{&verbose}]
Clear inactive requests from the log
Clear inactive requests from the log.

+ Parameters
+ verbose (boolean, optional) - Print more verbose output. Alias: v. Default: false.
+ verbose (boolean, optional) - Return more verbose output. Alias: v. Default: false.

+ Request

Expand All @@ -2510,9 +2510,9 @@ Clear inactive requests from the log
Access-Control-Allow-Headers: X-Stream-Output, X-Chunked-Output, X-Content-Length
Access-Control-Expose-Headers: X-Stream-Output, X-Chunked-Output, X-Content-Length
Content-Type: application/json
Server: go-ipfs/0.4.0-dev
Server: go-ipfs/0.4.1-dev
Trailer: X-Stream-Error
Date: Fri, 18 Mar 2016 21:18:21 GMT
Date: Tue, 19 Apr 2016 14:26:49 GMT
Transfer-Encoding: chunked
```

Expand Down Expand Up @@ -2543,9 +2543,9 @@ Clear inactive requests from the log
Access-Control-Allow-Headers: X-Stream-Output, X-Chunked-Output, X-Content-Length
Access-Control-Expose-Headers: X-Stream-Output, X-Chunked-Output, X-Content-Length
Content-Type: application/json
Server: go-ipfs/0.4.0-dev
Server: go-ipfs/0.4.1-dev
Trailer: X-Stream-Error
Date: Fri, 18 Mar 2016 21:20:33 GMT
Date: Tue, 19 Apr 2016 14:27:03 GMT
Transfer-Encoding: chunked
```

Expand Down Expand Up @@ -2665,9 +2665,9 @@ Set how long to keep inactive requests in the log.
Access-Control-Allow-Headers: X-Stream-Output, X-Chunked-Output, X-Content-Length
Access-Control-Expose-Headers: X-Stream-Output, X-Chunked-Output, X-Content-Length
Content-Type: application/json
Server: go-ipfs/0.4.0-dev
Server: go-ipfs/0.4.1-dev
Trailer: X-Stream-Error
Date: Fri, 18 Mar 2016 21:29:47 GMT
Date: Tue, 19 Apr 2016 14:39:43 GMT
Transfer-Encoding: chunked
```

Expand Down Expand Up @@ -2704,9 +2704,9 @@ Set how long to keep inactive requests in the log.
Access-Control-Allow-Headers: X-Stream-Output, X-Chunked-Output, X-Content-Length
Access-Control-Expose-Headers: X-Stream-Output, X-Chunked-Output, X-Content-Length
Content-Type: application/json
Server: go-ipfs/0.4.0-dev
Server: go-ipfs/0.4.1-dev
Trailer: X-Stream-Error
Date: Fri, 18 Mar 2016 21:31:59 GMT
Date: Tue, 19 Apr 2016 14:39:59 GMT
Transfer-Encoding: chunked
```

Expand Down

0 comments on commit 0e92ddf

Please sign in to comment.