Skip to content

feat: add PUT /api/v2/users/:user-id/suspend endpoint #1154

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Apr 26, 2022
Prev Previous commit
Next Next commit
chore: Merge branch 'main' of github.com:coder/coder into bq/suspend-…
…user
  • Loading branch information
BrunoQuaresma committed Apr 26, 2022
commit 33cc398a7e0c43854b924df16bc7b8090d4e36f3
5 changes: 0 additions & 5 deletions site/src/api/typesGenerated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,6 @@ export interface CreateOrganizationRequest {
}

// From codersdk/users.go:93:6.
export interface CreateWorkspaceRequest {
readonly name: string
}

// From codersdk/users.go:102:6.
export interface AuthMethods {
readonly password: boolean
readonly github: boolean
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.