docs: fix workspacebuilds logs api docs (#16062)

Co-authored-by: coryb <cbennett@netflix.com>
This commit is contained in:
Edward Angert
2025-01-07 23:34:54 -05:00
committed by GitHub
parent 5895c37db4
commit 9fe92a9463
4 changed files with 12 additions and 12 deletions

4
coderd/apidoc/docs.go generated
View File

@ -7696,13 +7696,13 @@ const docTemplate = `{
},
{
"type": "integer",
"description": "Before Unix timestamp",
"description": "Before log id",
"name": "before",
"in": "query"
},
{
"type": "integer",
"description": "After Unix timestamp",
"description": "After log id",
"name": "after",
"in": "query"
},