-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Check API responses are provided correctly in Swagger document […
…DEV-3133] (#359) * Remove the custom implementation of JSON.stringify because this custom method is written incorrectly and doesn't allow to show swagger.json in SwaggerUI. * Fix login/logout dynamic custom button panel. * Revert code. * Update custom-button.ts. * Return a response DeactivatedDidResolution instead of boolean type in `/did/deactivate/{did}` endpoint. * Return resourceMetadata instead of requestResourcePayload in `/resource/create/{did}`. * Order swagger (OpenAPI) tags. * Change updateUnencryptedStatusList method response format to swagger return type. * Update package-lock.json * Remove duplicated code. * Update package-lock.json --------- Co-authored-by: Ankur Banerjee <[email protected]>
- Loading branch information
1 parent
a5ead7b
commit 5b13ffa
Showing
6 changed files
with
168 additions
and
35 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters