DEFRA / sroc-service-team

Guides, info and issue management for the Charging Module Team
Other
0 stars 1 forks source link

Fix CHA OpenAPI spec test customer files endpoint #98

Closed Cruikshanks closed 3 years ago

Cruikshanks commented 3 years ago

We've just spotted that the test customer-file endpoints in the spec (/admin/test/{regime}/customers and /admin/test/customers/{customerFileId}) do not match what is actually in the API (/admin/test/{regime}/customer-files and /admin/test/customer-files/{customerFileId}). This change fixes it.