|
|
|
@ -256,8 +256,8 @@ public interface DeviceStatusFilterService {
|
|
|
|
|
@ApiOperation(
|
|
|
|
|
produces = MediaType.APPLICATION_JSON,
|
|
|
|
|
httpMethod = HTTPConstants.HEADER_POST,
|
|
|
|
|
value = "Update Device status filters for given device type for tenant",
|
|
|
|
|
notes = "Update Device status filters for given device type for the tenant of the logged in user",
|
|
|
|
|
value = "Add Default Device status filters",
|
|
|
|
|
notes = "Add Default Device status filters",
|
|
|
|
|
tags = "Tenant Metadata Management",
|
|
|
|
|
extensions = {
|
|
|
|
|
@Extension(properties = {
|
|
|
|
@ -269,7 +269,7 @@ public interface DeviceStatusFilterService {
|
|
|
|
|
value = {
|
|
|
|
|
@ApiResponse(
|
|
|
|
|
code = 200,
|
|
|
|
|
message = "OK. \n Successfully updated device status filters for given device type..",
|
|
|
|
|
message = "OK. \n Successfully add default device status filters.",
|
|
|
|
|
response = Response.class,
|
|
|
|
|
responseHeaders = {
|
|
|
|
|
@ResponseHeader(
|
|
|
|
@ -287,7 +287,7 @@ public interface DeviceStatusFilterService {
|
|
|
|
|
@ApiResponse(
|
|
|
|
|
code = 500,
|
|
|
|
|
message = "Internal Server Error. " +
|
|
|
|
|
"\n Server error occurred while updating device status filters for given device type.",
|
|
|
|
|
"\n Server error occurred while adding default device status filters.",
|
|
|
|
|
response = ErrorResponse.class)
|
|
|
|
|
})
|
|
|
|
|
Response setDefaultStatusFilterData();
|
|
|
|
|