mirror of
https://github.com/caddyserver/website.git
synced 2025-04-23 13:36:16 -04:00
api: Fix in-page links
This is really dumb though
This commit is contained in:
parent
46a24de506
commit
292b80bf6a
2 changed files with 3 additions and 3 deletions
|
@ -48,10 +48,10 @@ To get started with the API, try our [API tutorial](/docs/api-tutorial) or, if y
|
|||
- **[POST /adapt](#post-adapt)**
|
||||
Adapts a configuration to JSON without running it
|
||||
|
||||
- **[GET /pki/ca/<id>](#get-pkicaid)**
|
||||
- **[GET /pki/ca/<id>](#get-pkicaltidgt)**
|
||||
Returns information about a particular [PKI app](/docs/json/apps/pki/) CA
|
||||
|
||||
- **[GET /pki/ca/<id>/certificates](#get-pkicaidcertificates)**
|
||||
- **[GET /pki/ca/<id>/certificates](#get-pkicaltidgtcertificates)**
|
||||
Returns the certificate chain of a particular [PKI app](/docs/json/apps/pki/) CA
|
||||
|
||||
- **[GET /reverse_proxy/upstreams](#get-reverse-proxyupstreams)**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue