Thanks to visit codestin.com Credit goes to github.com
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 31b14ad commit 078c711Copy full SHA for 078c711
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