We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similarly what was changed here: #128, the name parameter is not used for GET /identifiers/{name}/credentials/{said} endpoint. See here:
keria/src/keria/app/credentialing.py
Line 520 in 9dda515
We only check that the name is a valid hab for this agent, then we proceed without using the hab. I suggest to move the endpoint to be
GET /credentials/{said}
to avoid having to pass the redundant name parameter when you have the credential id.
name
The text was updated successfully, but these errors were encountered:
Suggestion to remove name param
param
Sorry, something went wrong.
Fixed by #179
No branches or pull requests
Similarly what was changed here: #128, the name parameter is not used for GET /identifiers/{name}/credentials/{said} endpoint. See here:
keria/src/keria/app/credentialing.py
Line 520 in 9dda515
We only check that the name is a valid hab for this agent, then we proceed without using the hab. I suggest to move the endpoint to be
to avoid having to pass the redundant
name
parameter when you have the credential id.The text was updated successfully, but these errors were encountered: