You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parameter 'wallet-id' used in the PAB API endpoint "/api/contract/instances/wallet/{wallet-id}" is configured to be an integer in the swagger documentation, making it impossible to call with an actual id from the swagger UI (http://localhost:9080/swagger/swagger-ui) or when using clients generated based on the swagger.json file.
Im assuming it should be a string since when calling it with an integer it says that it expectes "a hex-encoded string of 40 characters".
Summary
The parameter 'wallet-id' used in the PAB API endpoint "/api/contract/instances/wallet/{wallet-id}" is configured to be an integer in the swagger documentation, making it impossible to call with an actual id from the swagger UI (http://localhost:9080/swagger/swagger-ui) or when using clients generated based on the swagger.json file.
Im assuming it should be a string since when calling it with an integer it says that it expectes "a hex-encoded string of 40 characters".
Steps to reproduce the behavior
Actual Result
Expected Result
it should work with a... string?
Describe the approach you would take to fix this
No response
System info
all, I guess? (sorry for being unclear here but I have no idea - I just ran start-marlowe-run from the marlowe-cardano repo..)
The text was updated successfully, but these errors were encountered: