mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
feat: add organization scope for shared ports (#18314)
This commit is contained in:
7
coderd/apidoc/docs.go
generated
7
coderd/apidoc/docs.go
generated
@ -16833,6 +16833,7 @@ const docTemplate = `{
|
||||
"enum": [
|
||||
"owner",
|
||||
"authenticated",
|
||||
"organization",
|
||||
"public"
|
||||
],
|
||||
"allOf": [
|
||||
@ -17747,6 +17748,7 @@ const docTemplate = `{
|
||||
"enum": [
|
||||
"owner",
|
||||
"authenticated",
|
||||
"organization",
|
||||
"public"
|
||||
],
|
||||
"allOf": [
|
||||
@ -17766,11 +17768,13 @@ const docTemplate = `{
|
||||
"enum": [
|
||||
"owner",
|
||||
"authenticated",
|
||||
"organization",
|
||||
"public"
|
||||
],
|
||||
"x-enum-varnames": [
|
||||
"WorkspaceAgentPortShareLevelOwner",
|
||||
"WorkspaceAgentPortShareLevelAuthenticated",
|
||||
"WorkspaceAgentPortShareLevelOrganization",
|
||||
"WorkspaceAgentPortShareLevelPublic"
|
||||
]
|
||||
},
|
||||
@ -17905,6 +17909,7 @@ const docTemplate = `{
|
||||
"enum": [
|
||||
"owner",
|
||||
"authenticated",
|
||||
"organization",
|
||||
"public"
|
||||
],
|
||||
"allOf": [
|
||||
@ -17969,11 +17974,13 @@ const docTemplate = `{
|
||||
"enum": [
|
||||
"owner",
|
||||
"authenticated",
|
||||
"organization",
|
||||
"public"
|
||||
],
|
||||
"x-enum-varnames": [
|
||||
"WorkspaceAppSharingLevelOwner",
|
||||
"WorkspaceAppSharingLevelAuthenticated",
|
||||
"WorkspaceAppSharingLevelOrganization",
|
||||
"WorkspaceAppSharingLevelPublic"
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user