Improving swagger annotations added to certificate management service

revert-70aa11f8
prabathabey 8 years ago
parent 1d4d0b7ae2
commit f5aa2c5eb1

@ -62,7 +62,8 @@ public interface CertificateManagementAdminService {
description = "The Source URL of the document.")}), description = "The Source URL of the document.")}),
@ApiResponse( @ApiResponse(
code = 400, code = 400,
message = "Bad Request. \n Invalid request or validation error."), message = "Bad Request. \n Invalid request or validation error.",
response = ErrorResponse.class),
@ApiResponse( @ApiResponse(
code = 415, code = 415,
message = "Unsupported media type. \n The entity of the request was in a not supported format."), message = "Unsupported media type. \n The entity of the request was in a not supported format."),

Loading…
Cancel
Save