Closed nibinjose closed 2 years ago
Hi @nibinjose :) What does your OpenAPI schema look like? Does it contain the route mentioned?
yes it is.
['/api/storefront/{version}/order/{order_number}/payments/airpay/check/', '/api/dashboard/{version}/media/', '/api/admin/{version}/products/{upc}/', '/api/dashboard/{version}/components/{pk}/', '/api/storefront/{version}/contact-us/', '/api/storefront/{version}/addresses/']
Would you mind opening a PR replicating the issue in the repo's test-project folder? I'm not really sure how to explore this further without an example to test 🙂
yeah sure, will do that
I'm going to temporarily close this. Feel free to ping me when you get a chance to open a PR and I'll re-open 🙂
I'm using drf_spectacular and Django oscar with auto-generated schema, while running test cases with
getting an UndocumentedSchemaSectionError, example URL :
'/api/storefront/{version}/addresses/'
Error message is