Closed pranavkparti closed 1 year ago
The endpoints mentioned in the issue below now show appropriate error codes.
Issue(s) addressed
What kind of change(s) does this PR introduce?
Please check if the PR fulfils these requirements
What is the current behavior? 403 code is being used where 404 should be used.
What is the new behavior? The endpoints return 404 is the entity matching the query parameter is not found or is associated with a different wallet.
Does this PR introduce a breaking change? No.
None.
:tada: This PR is included in version 1.27.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Description
The endpoints mentioned in the issue below now show appropriate error codes.
Issue(s) addressed
What kind of change(s) does this PR introduce?
Please check if the PR fulfils these requirements
Issue
What is the current behavior? 403 code is being used where 404 should be used.
What is the new behavior? The endpoints return 404 is the entity matching the query parameter is not found or is associated with a different wallet.
Breaking change
Does this PR introduce a breaking change? No.
Other useful information
None.