This commit is contained in:
parent
a87ea9f7fe
commit
eacd513459
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ public class AdminController(
|
||||||
return resps;
|
return resps;
|
||||||
}
|
}
|
||||||
|
|
||||||
[HttpPost("/api/v1/pleroma/admin/reports")]
|
[HttpPatch("/api/v1/pleroma/admin/reports")]
|
||||||
[Authenticate("admin:read:reports")]
|
[Authenticate("admin:read:reports")]
|
||||||
[ProducesResults(HttpStatusCode.OK)]
|
[ProducesResults(HttpStatusCode.OK)]
|
||||||
public async Task<Task<ReportsQuery>> SetReportState(ReportsQuery query)
|
public async Task<Task<ReportsQuery>> SetReportState(ReportsQuery query)
|
||||||
|
|
Loading…
Add table
Reference in a new issue