diff options
author | Benjamin Loison <benjamin.loison@orange.fr> | 2023-05-05 05:11:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-05 03:11:54 +0000 |
commit | 78fdbaf186ce629ff9252dd457f00ae1e0d485cf (patch) | |
tree | 23c26dc1ecbce4cc5913575038eebf5407a807fb /docs/content/doc | |
parent | c1e9c7b7b90932064edf09570692a3a856922dc0 (diff) | |
download | gitea-78fdbaf186ce629ff9252dd457f00ae1e0d485cf.tar.gz gitea-78fdbaf186ce629ff9252dd457f00ae1e0d485cf.zip |
Harmonize title formatting in `docs/content/doc/development/api-usage.en-us.md` (#24529)
Diffstat (limited to 'docs/content/doc')
-rw-r--r-- | docs/content/doc/development/api-usage.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/development/api-usage.en-us.md b/docs/content/doc/development/api-usage.en-us.md index fe334827c3..4f5304ac0e 100644 --- a/docs/content/doc/development/api-usage.en-us.md +++ b/docs/content/doc/development/api-usage.en-us.md @@ -119,7 +119,7 @@ curl -v "http://localhost/api/v1/repos/search?limit=1" < x-total-count: 5252 ``` -## API Guide: +## API Guide API Reference guide is auto-generated by swagger and available on: `https://gitea.your.host/api/swagger` |