Skip to content

Commit a8ff394

Browse files
committed
fixup swagger comment
1 parent 6be2ada commit a8ff394

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

enterprise/coderd/workspacequota.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@ func (c *committer) CommitQuota(
126126
// @Param user path string true "User ID, name, or me"
127127
// @Success 200 {object} codersdk.WorkspaceQuota
128128
// @Router /workspace-quota/{user} [get]
129-
// @Deprecated this endpoint will be removed,
130-
// use /organizations/{organization}/members/{user}/workspace-quota instead
129+
// @Deprecated this endpoint will be removed, use /organizations/{organization}/members/{user}/workspace-quota instead
131130
func (api *API) workspaceQuotaByUser(rw http.ResponseWriter, r *http.Request) {
132131
defaultOrg, err := api.Database.GetDefaultOrganization(r.Context())
133132
if err != nil {

0 commit comments

Comments
 (0)