Allow setting collaborators (#51)

This commit is contained in:
Patrick Stevens
2023-07-25 20:04:28 +01:00
committed by GitHub
parent 8618416a00
commit f4c1e5d400
5 changed files with 80 additions and 7 deletions

View File

@@ -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"
}
}
}
},