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 29da9aa commit 63727e0Copy full SHA for 63727e0
coderd/coderd_test.go
@@ -95,6 +95,7 @@ func TestAuthorizeAllEndpoints(t *testing.T) {
95
"GET:/api/v2/organizations/{organization}/templates": {NoAuthorize: true},
96
"GET:/api/v2/organizations/{organization}/templates/{templatename}": {NoAuthorize: true},
97
"POST:/api/v2/organizations/{organization}/templateversions": {NoAuthorize: true},
98
+ "POST:/api/v2/organizations/{organization}/workspaces": {NoAuthorize: true},
99
100
"POST:/api/v2/parameters/{scope}/{id}": {NoAuthorize: true},
101
"GET:/api/v2/parameters/{scope}/{id}": {NoAuthorize: true},
0 commit comments