updated login api description

This commit is contained in:
harish
2024-10-26 14:50:52 +05:30
parent afa506f00f
commit 69e70ec9fa

View File

@@ -98,7 +98,7 @@ public interface UserApi {
return new ResponseEntity<>(HttpStatus.NOT_IMPLEMENTED); return new ResponseEntity<>(HttpStatus.NOT_IMPLEMENTED);
} }
@Operation(summary = "Api to login user Changed the URL to identify the deployment issue", @Operation(summary = "Api to login user",
responses = { responses = {
@ApiResponse(responseCode = "200", description = "OK"), @ApiResponse(responseCode = "200", description = "OK"),
@ApiResponse(responseCode = "400", description = "Bad Request"), @ApiResponse(responseCode = "400", description = "Bad Request"),