Is there a way to modify the private true/false status of a repository via the API? This can e.g. be done when creating the repository via the API, but I did not find anything in the Swagger docs on how to set this later on.
This endpoint should be helpful: https://try.gitea.io/api/swagger#/repository/repoEdit
1 Like
Nice, that’s exactly what I was missing , so I don’t have to use the DB next time
1 Like