**Problem description** <!-- A clear and concise description of what the problem is. --> CHANGELOG.MD uses the deprecated editor.swagger.io to render the OAS YAML, which will not work: https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/QoSBooking/r1.2/code/API_definitions/qos-booking.yaml **Expected behavior** <!-- A clear and concise description of what should be changed. --> Change the URL to use the official CAMARA Swagger UI: https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/QoSBooking/r1.2/code/API_definitions/qos-booking.yaml (this applies to both API links) **Alternative solution** <!-- A clear and concise description of any alternative solutions if any. --> **Additional context** <!-- Add any other context of the considered correction. -->
Problem description
CHANGELOG.MD uses the deprecated editor.swagger.io to render the OAS YAML, which will not work:
https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/QoSBooking/r1.2/code/API_definitions/qos-booking.yaml
Expected behavior
Change the URL to use the official CAMARA Swagger UI:
https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/QoSBooking/r1.2/code/API_definitions/qos-booking.yaml
(this applies to both API links)
Alternative solution
Additional context