mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
docs: fix /audit & /insights params (#12043)
This commit is contained in:
@ -31,7 +31,7 @@ import (
|
||||
// @Produce json
|
||||
// @Tags Audit
|
||||
// @Param q query string false "Search query"
|
||||
// @Param limit query int false "Page limit"
|
||||
// @Param limit query int true "Page limit"
|
||||
// @Param offset query int false "Page offset"
|
||||
// @Success 200 {object} codersdk.AuditLogResponse
|
||||
// @Router /audit [get]
|
||||
|
Reference in New Issue
Block a user