mirror of
https://github.com/Smaug123/gitea-repo-config
synced 2025-10-08 08:58:40 +00:00
Allow setting collaborators (#51)
This commit is contained in:
@@ -198,6 +198,16 @@
|
||||
"items": {
|
||||
"$ref": "#/definitions/SerialisedProtectedBranch"
|
||||
}
|
||||
},
|
||||
"collaborators": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"description": "Usernames on this Gitea instance who are collaborators on this repo",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user