it's a PATCH???
Some checks are pending
/ test-build-and-push (push) Waiting to run

This commit is contained in:
notfire 2025-03-30 22:17:35 -04:00
parent a87ea9f7fe
commit eacd513459
Signed by: notfire
GPG key ID: 3AFDACAAB4E56B16

View file

@ -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)