dev add reason entity
Test Workflow / test (push) Successful in 2s

This commit is contained in:
vladp
2026-03-27 14:20:09 +07:00
parent 57dcc12cf2
commit 4e0579c952
9 changed files with 494 additions and 3 deletions
@@ -68,4 +68,10 @@ public class FileEntityRequest {
@JsonProperty("approve")
private Boolean approve;
@JsonProperty("reason_text")
private String reasonText;
@JsonProperty("reason_text")
private String searchQuery;
}