fix: docuemnt workspace filter query param correctly (#10894)

This commit is contained in:
Kira Pilot
2023-11-27 12:57:24 -05:00
committed by GitHub
parent 20525c8b2e
commit 54c3fc63d9
4 changed files with 8 additions and 8 deletions

2
coderd/apidoc/docs.go generated
View File

@ -6149,7 +6149,7 @@ const docTemplate = `{
"parameters": [
{
"type": "string",
"description": "Search query in the format ` + "`" + `key:value` + "`" + `. Available keys are: owner, template, name, status, has-agent, deleting_by.",
"description": "Search query in the format ` + "`" + `key:value` + "`" + `. Available keys are: owner, template, name, status, has-agent, is-dormant, last_used_after, last_used_before.",
"name": "q",
"in": "query"
},