This repository contains the OpenAPI 3.0.3 specification for the UltraDNS REST API.
Interactive API documentation is available in the docs/ folder:
- Swagger UI: Open
docs/index.htmlin your browser for interactive API exploration - Bundled Spec: The complete OpenAPI specification is bundled as
docs/openapi.yaml
The documentation is automatically updated on each GitHub release using Redocly.
See CONTRIBUTING.md for detailed guidelines on how to contribute to this specification.
The specification is automatically validated by Spectral on pull requests and pushes to main via GitHub Actions. For local validation:
spectral lint spec/openapi.yaml --ruleset .spectral.yaml