diff options
author | John Olheiser <john.olheiser@gmail.com> | 2023-01-17 14:18:42 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-17 14:18:42 -0600 |
commit | 60c4725cc2e908bedcbece00cd1efa0be9b7d540 (patch) | |
tree | 879a9a2a28ad1a710fa4cbd503bc22f897d8506e /docs/content | |
parent | 0a6b57bcaf7812343f658d6cc6b9a06a0290f693 (diff) | |
download | gitea-60c4725cc2e908bedcbece00cd1efa0be9b7d540.tar.gz gitea-60c4725cc2e908bedcbece00cd1efa0be9b7d540.zip |
docs: add swagger.json file location to FAQ (#22489)
This just adds a mention on how to get the `swagger.json` for an
instance.
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Diffstat (limited to 'docs/content')
-rw-r--r-- | docs/content/doc/help/faq.en-us.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/content/doc/help/faq.en-us.md b/docs/content/doc/help/faq.en-us.md index a92186334f..2fcf0be156 100644 --- a/docs/content/doc/help/faq.en-us.md +++ b/docs/content/doc/help/faq.en-us.md @@ -138,6 +138,8 @@ For more information, refer to Gitea's [API docs]({{< relref "doc/developers/api You can see the latest API (for example) on <https://try.gitea.io/api/swagger>. +You can also see an example of the `swagger.json` file at <https://try.gitea.io/swagger.v1.json>. + ## Adjusting your server for public/private use ### Preventing spammers |