On Restplus documentation (using B!ueprints) we see : a full example: https://flask-restplus.readthedocs.io/en/0.2.3/example.html
The created swagger documentation has only one section "todos : TODO operations "
How can I have multiples sections ?
You need to use Namespaces to achieve this. Each Namespace becomes a separate section in swagger doc.