hyperledger / firefly

Hyperledger FireFly is the first open source Supernode: a complete stack for enterprises to build and scale secure Web3 applications. The FireFly API for digital assets, data flows, and blockchain transactions makes it radically faster to build production-ready apps on popular chains and protocols.
https://hyperledger.github.io/firefly
Apache License 2.0
484 stars 201 forks source link

Swagger issue when working with identities #1528

Open gabriel-indik opened 2 weeks ago

gabriel-indik commented 2 weeks ago

Attempting to get the details of an identity through a GET call, or update an identity through a PATCH call via the embedded Swagger UI results in an error. It appears something in the swagger isn't generated quite right. Specifically, the path argument that corresponds to the identity id is not passed and instead a constant string is included.

gabriel-indik commented 2 weeks ago

Note that the API itself works correctly e.g. calling the APIs from an external client like Postman. The issue is just with the embedded Swagger UI.

EnriqueL8 commented 2 weeks ago

@gabriel-indik are you willing to pick this up into a fix?