-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Swashbuckle.AspNetCore.Annotations depend. * Enable annotations. * Convert AccountController::Register's XML comments to annotations. * Use constructor instead of Summary property. * Convert AccounController::Login XML comments to annotations. * Replace AccountController::ResendConfirmation XML comments with annotations. * Remove unneeded param XML comment. * Convert AccountController::RecoverAccount XML comments into annotations. * Convert AccountController::ConfirmAccount XML comments to annotations. * Add missing response types. * Convert TestRecovery XML comments to annotations. * Convert ResetPassword XML comments to annotations. * Convert UserController XML comments to annotations. * Update openapi.json. * Add missing 500 response. * Update openapi.json. * Remove XML from swagger descriptions. * Add 400 and 500 errors to every controller. * Fix up endpoint annotations. * Update openapi.json. * Delete conventions. * Delete bogus test.
- Loading branch information
Showing
11 changed files
with
358 additions
and
702 deletions.
There are no files selected for viewing
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
Oops, something went wrong.