docs-api icon indicating copy to clipboard operation
docs-api copied to clipboard

A repository for Gogs API v1 documentation.

Results 17 docs-api issues
Sort by recently updated
recently updated
newest added

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 ![image](https://user-images.githubusercontent.com/10257921/147757059-6c748c28-7749-4fef-8aa3-80c2cf9dc570.png)

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: ![image](https://user-images.githubusercontent.com/7835130/113974690-a21aed00-983e-11eb-827f-5fabc1682efd.png) 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 ![image](https://user-images.githubusercontent.com/38065966/113680275-3f690a80-96f3-11eb-95a6-56ae05293071.png) use this config can get branch as well.