Candlepin exposes Swagger file as a documentation of the service. When using deployed candlepin the swagger file can be accessed at:
https://HOST:8443/candlepin/swagger.json
An interactive user interface that allows running Candlepin methods can be accessed at:
https://HOST:8443/candlepin/docs/
If you do not want to serve Swagger, you can turn it off with the following configuration property:
candlepin.swagger.enabled=false
We also host the Swagger file and the UI statically on this site:
| Version | Swagger file | Interactive documentation |
|---|---|---|
| 2.0.13 | swagger.json | Swagger UI |
| 2.0.21 | swagger.json | Swagger UI |
| 2.0.25 | swagger.json | Swagger UI |
| 2.0.40 | swagger.json | Swagger UI |
| 2.1.3 | swagger.json | Swagger UI |
| 2.2.0 | swagger.json | Swagger UI |