chore: update audit log api docs (#10486)

This commit is contained in:
Colin Adler
2023-11-02 11:12:38 -05:00
committed by GitHub
parent e756a95759
commit ac9c16864c
4 changed files with 14 additions and 65 deletions

11
coderd/apidoc/docs.go generated
View File

@ -222,14 +222,6 @@ const docTemplate = `{
"type": "string",
"description": "Search query",
"name": "q",
"in": "query",
"required": true
},
{
"type": "string",
"format": "uuid",
"description": "After ID",
"name": "after_id",
"in": "query"
},
{
@ -285,6 +277,9 @@ const docTemplate = `{
"204": {
"description": "No Content"
}
},
"x-apidocgen": {
"skip": true
}
}
},