Skip to content
Snippets Groups Projects
Commit d81bcd65 authored by Labros Papadopoulos's avatar Labros Papadopoulos
Browse files

minor change in description

parent 82d13d67
No related branches found
No related tags found
1 merge request!25Tmf 674 feature
Pipeline #6004 passed
......@@ -41,7 +41,7 @@ public interface GeographicSiteManagementApi {
return getRequest().map(r -> r.getHeader("Accept"));
}
@Operation(summary = "Creates a 'GeographicSite'", operationId = "createGeographicSite", description = "", tags={ "geographicSite", })
@Operation(summary = "Creates a 'GeographicSite '", operationId = "createGeographicSite", description = "", tags={ "geographicSite", })
@ApiResponses(value = {
@ApiResponse(responseCode = "400", description = "Created" ),
@ApiResponse(responseCode = "400", description = "Bad Request" ),
......@@ -59,7 +59,7 @@ public interface GeographicSiteManagementApi {
return new ResponseEntity<>(HttpStatus.NOT_IMPLEMENTED);
}
@Operation(summary = "Deletes a 'GeographicSite' by Id", operationId = "deleteGeographicSite", description = "", tags={ "GeographicSite", })
@Operation(summary = "Deletes a GeographicSite by Id", operationId = "deleteGeographicSite", description = "", tags={ "GeographicSite", })
@ApiResponses(value = {
@ApiResponse(responseCode = "204", description = "Deleted" ),
@ApiResponse(responseCode = "400", description = "Bad Request" ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment