walt-id / waltid-walletkit

Toolkit for SSI and NFT/SBT wallets
https://docs.walt.id
Apache License 2.0
31 stars 25 forks source link

Bug - Endpoint to query a credential is not configured correctly #172

Closed cre8 closed 11 months ago

cre8 commented 1 year ago

To query the credential the list endpoint is used with a passed query like /api/wallet/credentials/list?id=urn:uuid:152e6f4d-134f-4f86-8eb4-28a9b70646b5

But this query is not documented so swagger so it's not possible to generate SDKs out of the definition: image

Suggestion:

mikeplotean commented 11 months ago

fixed by https://github.com/walt-id/waltid-walletkit/pull/174