- Notifications
You must be signed in to change notification settings - Fork1k
feat!: add ability to cancel pending workspace build#18713
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes from1 commit
ba41ae8
c4ee5b6
c49c33e
ba1dbf3
acffda6
b672d76
86a34df
42170ab
5db9d71
1ede20c
2597615
6c2d0cf
c800494
c5cb203
1de84cc
17fb6a3
1b7b614
634f556
4deace0
43430fa
6272d93
4d4a01d
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1277,7 +1277,7 @@ class ApiMethods { | ||
cancelWorkspaceBuild = async ( | ||
workspaceBuildId: TypesGen.WorkspaceBuild["id"], | ||
request?: TypesGen.CancelWorkspaceBuildParams, | ||
| ||
): Promise<TypesGen.Response> => { | ||
const params = request?.expect_status | ||
| ||
? new URLSearchParams({ expect_status: request.expect_status }).toString() | ||
Uh oh!
There was an error while loading.Please reload this page.