We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe81bc commit eac5a8bCopy full SHA for eac5a8b
docs/content/doc/advanced/api-usage.en-us.md
@@ -68,6 +68,14 @@ curl -X POST "http://localhost:4000/api/v1/repos/test1/test1/issues" \
68
As mentioned above, the token used is the same one you would use in
69
the `token=` string in a GET request.
70
71
+## API Guide:
72
+
73
+API Reference guide is auto-generated by swagger and available on:
74
+ `https://gitea.your.host/api/swagger`
75
+ or on
76
+ [gitea demo instance](https://try.gitea.io/api/swagger)
77
78
79
## Listing your issued tokens via the API
80
81
As mentioned in
0 commit comments