Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitac9c168

Browse files
authored
chore: update audit log api docs (#10486)
1 parente756a95 commitac9c168

File tree

4 files changed

+14
-65
lines changed

4 files changed

+14
-65
lines changed

‎coderd/apidoc/docs.go

Lines changed: 3 additions & 8 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎coderd/apidoc/swagger.json

Lines changed: 3 additions & 8 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎coderd/audit.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ import (
3030
// @Security CoderSessionToken
3131
// @Produce json
3232
// @Tags Audit
33-
// @Param q query string true "Search query"
34-
// @Param after_id query string false "After ID" format(uuid)
33+
// @Param q query string false "Search query"
3534
// @Param limit query int false "Page limit"
3635
// @Param offset query int false "Page offset"
3736
// @Success 200 {object} codersdk.AuditLogResponse
@@ -91,6 +90,7 @@ func (api *API) auditLogs(rw http.ResponseWriter, r *http.Request) {
9190
// @Param request body codersdk.CreateTestAuditLogRequest true "Audit log request"
9291
// @Success 204
9392
// @Router /audit/testgenerate [post]
93+
// @x-apidocgen {"skip": true}
9494
func (api*API)generateFakeAuditLog(rw http.ResponseWriter,r*http.Request) {
9595
ctx:=r.Context()
9696

‎docs/api/audit.md

Lines changed: 6 additions & 47 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp