8000
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 bb2cc35 commit 9ddf8bcCopy full SHA for 9ddf8bc
coderd/coderd_test.go
@@ -128,6 +128,7 @@ func TestAuthorizeAllEndpoints(t *testing.T) {
128
"PUT:/api/v2/workspaces/{workspace}/autostop": {NoAuthorize: true},
129
"GET:/api/v2/workspaces/{workspace}/builds": {NoAuthorize: true},
130
"POST:/api/v2/workspaces/{workspace}/builds": {NoAuthorize: true},
131
+ "POST:/api/v2/workspaces/{workspace}/watch": {NoAuthorize: true},
132
133
"POST:/api/v2/files": {NoAuthorize: true},
134
"GET:/api/v2/files/{hash}": {NoAuthorize: true},
0 commit comments