Swagger doesn't display all ressources

Hi,

I’ve added some rest ressources in my project to define another WebServices.
Last week, I saw them and work fine with Swagger interface.
But, I upgraded openhab2 today and the ressources doesn’t appear in the list.
I’ve noticed the same problem with zwave ressources.

How can I configure the rest docs to see my ressources ?

Regards,

Pascal

Sorry, I found my mistakes.

I forgot to specify @Api, @ApiOperation and @ApiResponses.
It works now.

Regards,

Pascal

1 Like