This commit is contained in:
@@ -37,4 +37,7 @@ public class MonitoringStatusResponse {
|
||||
|
||||
@JsonProperty("new_violations_count")
|
||||
private long newViolationsCount;
|
||||
|
||||
@JsonProperty("need_add_tokens")
|
||||
private boolean needAddTokens;
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ public class SetMonitoringRequest {
|
||||
private String fileId;
|
||||
|
||||
@JsonProperty("monitoring_type")
|
||||
private MonitoringType monitoringType;
|
||||
private String monitoringType;
|
||||
|
||||
@JsonProperty("auth_token")
|
||||
private String authToken;
|
||||
|
||||
Reference in New Issue
Block a user