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