Showing
1 changed file
with
1 additions
and
1 deletions
@@ -158,7 +158,7 @@ public class AssetController extends BaseController { | @@ -158,7 +158,7 @@ public class AssetController extends BaseController { | ||
158 | } | 158 | } |
159 | 159 | ||
160 | @ApiOperation(value = "Delete asset (deleteAsset)", | 160 | @ApiOperation(value = "Delete asset (deleteAsset)", |
161 | - notes = "Deletes the asset and all the relations (from and to the asset). Referencing non-existing asset Id will cause an error.", produces = MediaType.APPLICATION_JSON_VALUE) | 161 | + notes = "Deletes the asset and all the relations (from and to the asset). Referencing non-existing asset Id will cause an error.") |
162 | @PreAuthorize("hasAuthority('TENANT_ADMIN')") | 162 | @PreAuthorize("hasAuthority('TENANT_ADMIN')") |
163 | @RequestMapping(value = "/asset/{assetId}", method = RequestMethod.DELETE) | 163 | @RequestMapping(value = "/asset/{assetId}", method = RequestMethod.DELETE) |
164 | @ResponseStatus(value = HttpStatus.OK) | 164 | @ResponseStatus(value = HttpStatus.OK) |