1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Add permission description for API to add repo collaborator (#31744)

Fix #31552.
This commit is contained in:
Jason Song
2024-08-01 17:33:40 +08:00
committed by GitHub
parent a33e74d40d
commit 333c9ed8ca
2 changed files with 6 additions and 0 deletions

View File

@@ -18484,6 +18484,11 @@
"properties": {
"permission": {
"type": "string",
"enum": [
"read",
"write",
"admin"
],
"x-go-name": "Permission"
}
},