wppconnect-server
wppconnect-server copied to clipboard
swagger.json return types
Hello, I need to generate a rest client for C# (via tools like Nswag) and I could do it starting from swagger.json
. But there is a problem, in the document there are no return types
while I noticed that in an old file https://raw.githubusercontent.com/wppconnect-team/wppconnect-server/main/src/swagger-backup.json the types are present..
How can we restore the definition correctly?