docs-api
docs-api copied to clipboard
A repository for Gogs API v1 documentation.
This also moves the Search page to its own .md document Base gogs issue: gogs/gogs#6470
Hi, Looking to have jenkins publish a release after the build and test complete, I see the http command from the github api, but not from gogs. Is this something...
``` $ curl -X PORT -u USER:PASSWD --data '{"name":"USER"}' https://try.gogs.io/api/v1/users/rbranco/tokens template: base/footer:15:47: executing "base/footer" at : invalid value; expected time.Time ```
gogs version: 0.14.0+dev when calling with ``` curl -X POST -H "Content-Type: application/json" -d @test.json http://xxx/api/v1/repos/xxx/test/hooks?token=xxx ``` while `test.json` : ```json { "type": "gogs", "config": { "content_type": "json", "url": "http://xxx/hook"...
Hi, it's any chance there to get the list of attachments ID from a given Release via API? with /repos/{owner}/{repo}/releases I can get the release list but there are not...
Companion PR to: https://github.com/gogs/gogs/pull/7787
Hello, I would like to inquire about an API that can change the `private` parameter of a repository.