-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
fix: Check API responses are provided correctly in Swagger document [DEV-3133] #359
Conversation
because this custom method is written incorrectly and doesn't allow to show swagger.json in SwaggerUI.
of boolean type in `/did/deactivate/{did}` endpoint.
requestResourcePayload in `/resource/create/{did}`.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After that commit changes in develop branch, currently updateUnecreptedStatusList2021 method from did-provider-cheqd returns resource and resourceMetadata for that reason I removedd9f82ce my manualy line of code where I try to get these are fields using DID Resolver after updateStatusList operation.
@ankurdotb, @Eengineer1 Now, PR is ready review! ✅
## [2.9.2-develop.2](2.9.2-develop.1...2.9.2-develop.2) (2023-09-07) ### Bug Fixes * Check API responses are provided correctly in Swagger document [DEV-3133] ([#359](#359)) ([5b13ffa](5b13ffa))
🎉 This PR is included in version 2.9.2-develop.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [2.9.2](2.9.1...2.9.2) (2023-09-12) ### Bug Fixes * Add DID deactivation check for credential issuing [DEV-3136] ([#345](#345)) ([023bba1](023bba1)) * Check API responses are provided correctly in Swagger document [DEV-3133] ([#359](#359)) ([5b13ffa](5b13ffa)) * Enable updated state explicitly ([c3d9170](c3d9170))
🎉 This PR is included in version 2.9.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
boolean
toDeactivatedDidResolution
type in/did/deactivate/{did}
endpoint.RequestResourcePayload
to an existingResourceMetadata
in/resource/create/{did}
endpoint./credential-status/update/unencrypted
to similar like in/credential-status/create/unencrypted
endpoint.Account
,Key
,DID
,Resources
,Credential
,Presentation
,Credential-Status
.