As creating school OUs is not yet supported, the route should not exist.
The route that previously existed, and always returned HTTP 405 (METHOD_NOT_ALLOWED), does not exist anymore. Thus the server will keep returning HTTP 405, but the route won't show up in the OpenAIP schema and the Swagger UI anymore. The test ucs-test-ucsschool/94_ucsschool-api-kelvin/01_school_resource::test_05_create_ou has been adapted accordingly. [feature/kelvin 4edcbf8cb] Bug #50720: deactivate route for school creation To test this, check the SwaggerUI before and after updating for the POST /schools route.
Route does not exist anymore: OK 405 returned: OK Swagger: OK
A Kelvin API app with the changes in this bug has been published.