From 13364f4c82d1661f83cbf11535637c02e6029d94 Mon Sep 17 00:00:00 2001 From: ArKWithaK Date: Fri, 17 Oct 2025 20:22:53 +0330 Subject: [PATCH 1/2] just fixed a typo change completed to complete --- docs/admin_api/user_admin_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin_api/user_admin_api.md b/docs/admin_api/user_admin_api.md index 4de7e856420..178c458a718 100644 --- a/docs/admin_api/user_admin_api.md +++ b/docs/admin_api/user_admin_api.md @@ -1544,7 +1544,7 @@ The following parameters should be set in the URL: The following fields are returned in the JSON response body: -- `status` - string - one of scheduled/active/completed/failed, indicating the status of the redaction job +- `status` - string - one of scheduled/active/complete/failed, indicating the status of the redaction job - `failed_redactions` - dictionary - the keys of the dict are event ids the process was unable to redact, if any, and the values are the corresponding error that caused the redaction to fail From 900b9eed15af923af62e34eb7716179e4c83a474 Mon Sep 17 00:00:00 2001 From: ArKWithaK Date: Fri, 31 Oct 2025 19:29:17 +0330 Subject: [PATCH 2/2] Update docs/admin_api/user_admin_api.md Co-authored-by: Eric Eastwood --- docs/admin_api/user_admin_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin_api/user_admin_api.md b/docs/admin_api/user_admin_api.md index 178c458a718..954d9cdfb36 100644 --- a/docs/admin_api/user_admin_api.md +++ b/docs/admin_api/user_admin_api.md @@ -1544,7 +1544,7 @@ The following parameters should be set in the URL: The following fields are returned in the JSON response body: -- `status` - string - one of scheduled/active/complete/failed, indicating the status of the redaction job +- `status` - string - one of `scheduled`/`active`/`complete`/`failed`, indicating the status of the redaction job - `failed_redactions` - dictionary - the keys of the dict are event ids the process was unable to redact, if any, and the values are the corresponding error that caused the redaction to fail