Before You Submit
Type of Suggestion
Mention that the name of the parent class of the ApiController has to end with OCSController.
Relevant Documentation Links
https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-openapi.html
Additional Notes
I got mad about this, because I had a baseApiV2Controller class (now renamed baseApiV2Controller) until I stumbled over the comment inside the OpenAPIExtractor. I did not understand the error message, because I was extending OCSController, but inside the parent class.
Before You Submit
Type of Suggestion
Mention that the name of the parent class of the ApiController has to end with OCSController.
Relevant Documentation Links
https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-openapi.html
Additional Notes
I got mad about this, because I had a
baseApiV2Controllerclass (now renamedbaseApiV2Controller) until I stumbled over the comment inside the OpenAPIExtractor. I did not understand the error message, because I was extending OCSController, but inside the parent class.