We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be2ada commit a8ff394Copy full SHA for a8ff394
enterprise/coderd/workspacequota.go
@@ -126,8 +126,7 @@ func (c *committer) CommitQuota(
126
// @Param user path string true "User ID, name, or me"
127
// @Success 200 {object} codersdk.WorkspaceQuota
128
// @Router /workspace-quota/{user} [get]
129
-// @Deprecated this endpoint will be removed,
130
-// use /organizations/{organization}/members/{user}/workspace-quota instead
+// @Deprecated this endpoint will be removed, use /organizations/{organization}/members/{user}/workspace-quota instead
131
func (api *API) workspaceQuotaByUser(rw http.ResponseWriter, r *http.Request) {
132
defaultOrg, err := api.Database.GetDefaultOrganization(r.Context())
133
if err != nil {
0 commit comments