Skip to content

Commit ed8e139

Browse files
committed
feat: add connectionlogs API
1 parent 5231bef commit ed8e139

26 files changed

+1890
-29
lines changed

coderd/apidoc/docs.go

Lines changed: 178 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/apidoc/swagger.json

Lines changed: 174 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/audit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func (api *API) auditLogs(rw http.ResponseWriter, r *http.Request) {
4040
ctx := r.Context()
4141
apiKey := httpmw.APIKey(r)
4242

43-
page, ok := parsePagination(rw, r)
43+
page, ok := ParsePagination(rw, r)
4444
if !ok {
4545
return
4646
}

0 commit comments

Comments
 (0)