docs-api
docs-api copied to clipboard
A repository for Gogs API v1 documentation.
The official Gogs v1 /repos/search API seems to be returning fewer responses when compared to the "Explore" section. For example: - https://try.gogs.io/api/v1/repos/search?page=28&limit=20 suggests that the gogs instance has only 28...
Greetings fellow `Gogs` Users! 👋 Our reading of the Organizations API Dos: https://github.com/gogs/docs-api/tree/master/Organizations is that there is no way to ***`create`*** a new `org` ... e.g: ```sh POST /orgs/:orgname ```...
i request this api always return '404Not Found' and the organizition is exists, the user also exists 
I wanna get the data Account Expiration date with API? How can I get it ?
## Git Trees ``` param: owner repo sha(ref) GET /repos/:owner/:repo/git/trees/:sha ``` The API only get root dir. but the sub directory can not get tree list. Here is github api:...
Method: **Edit an existing user** `PATCH /admin/users/:username` Add optional parameter for login prohibit `prohibit_login: bool`
i dont see any option/CLI that we can create new branch in repo.
Hello, I am using gogs very nice software. I am using api and I can list all reports of one organization:  Now, if I want to list all branches...
when call release api return 404 page. I hopo get releases lists for repos. the error result like the pic  use this config can get branch as well.