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

Commit54c3fc6

Browse files
authored
fix: docuemnt workspace filter query param correctly (#10894)
1 parent20525c8 commit54c3fc6

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

‎coderd/apidoc/docs.go‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎coderd/apidoc/swagger.json‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎coderd/workspaces.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ func (api *API) workspace(rw http.ResponseWriter, r *http.Request) {
117117
// @Security CoderSessionToken
118118
// @Produce json
119119
// @Tags Workspaces
120-
// @Param q query string false "Search query in the format `key:value`. Available keys are: owner, template, name, status, has-agent,deleting_by."
120+
// @Param q query string false "Search query in the format `key:value`. Available keys are: owner, template, name, status, has-agent,is-dormant, last_used_after, last_used_before."
121121
// @Param limit query int false "Page limit"
122122
// @Param offset query int false "Page offset"
123123
// @Success 200 {object} codersdk.WorkspacesResponse

‎docs/api/workspaces.md‎

Lines changed: 5 additions & 5 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