mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Doc update swagger doc for POST /orgs/{org}/teams (#26155)
close #26111
This commit is contained in:
		| @@ -29,10 +29,10 @@ type CreateTeamOption struct { | ||||
| 	IncludesAllRepositories bool   `json:"includes_all_repositories"` | ||||
| 	// enum: read,write,admin | ||||
| 	Permission string `json:"permission"` | ||||
| 	// example: ["repo.code","repo.issues","repo.ext_issues","repo.wiki","repo.pulls","repo.releases","repo.projects","repo.ext_wiki"] | ||||
| 	// example: ["repo.actions","repo.code","repo.issues","repo.ext_issues","repo.wiki","repo.ext_wiki","repo.pulls","repo.releases","repo.projects","repo.ext_wiki"] | ||||
| 	// Deprecated: This variable should be replaced by UnitsMap and will be dropped in later versions. | ||||
| 	Units []string `json:"units"` | ||||
| 	// example: {"repo.code":"read","repo.issues":"write","repo.ext_issues":"none","repo.wiki":"admin","repo.pulls":"owner","repo.releases":"none","repo.projects":"none","repo.ext_wiki":"none"} | ||||
| 	// example: {"repo.actions","repo.packages","repo.code":"read","repo.issues":"write","repo.ext_issues":"none","repo.wiki":"admin","repo.pulls":"owner","repo.releases":"none","repo.projects":"none","repo.ext_wiki":"none"} | ||||
| 	UnitsMap         map[string]string `json:"units_map"` | ||||
| 	CanCreateOrgRepo bool              `json:"can_create_org_repo"` | ||||
| } | ||||
|   | ||||
							
								
								
									
										13
									
								
								templates/swagger/v1_json.tmpl
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										13
									
								
								templates/swagger/v1_json.tmpl
									
									
									
										generated
									
									
									
								
							| @@ -17483,10 +17483,12 @@ | ||||
|           }, | ||||
|           "x-go-name": "Units", | ||||
|           "example": [ | ||||
|             "repo.actions", | ||||
|             "repo.code", | ||||
|             "repo.issues", | ||||
|             "repo.ext_issues", | ||||
|             "repo.wiki", | ||||
|             "repo.ext_wiki", | ||||
|             "repo.pulls", | ||||
|             "repo.releases", | ||||
|             "repo.projects", | ||||
| @@ -17499,16 +17501,7 @@ | ||||
|             "type": "string" | ||||
|           }, | ||||
|           "x-go-name": "UnitsMap", | ||||
|           "example": { | ||||
|             "repo.code": "read", | ||||
|             "repo.ext_issues": "none", | ||||
|             "repo.ext_wiki": "none", | ||||
|             "repo.issues": "write", | ||||
|             "repo.projects": "none", | ||||
|             "repo.pulls": "owner", | ||||
|             "repo.releases": "none", | ||||
|             "repo.wiki": "admin" | ||||
|           } | ||||
|           "example": "{\"repo.actions\",\"repo.packages\",\"repo.code\":\"read\",\"repo.issues\":\"write\",\"repo.ext_issues\":\"none\",\"repo.wiki\":\"admin\",\"repo.pulls\":\"owner\",\"repo.releases\":\"none\",\"repo.projects\":\"none\",\"repo.ext_wiki\":\"none\"}" | ||||
|         } | ||||
|       }, | ||||
|       "x-go-package": "code.gitea.io/gitea/modules/structs" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user