We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dfc10d commit 3fb8888Copy full SHA for 3fb8888
src/SynapseAdmin/UserRedactionEndpoint.ts
@@ -14,7 +14,7 @@ export const UserRedactionStatusResponse = Type.Object({
14
[
15
Type.Literal('scheduled'),
16
Type.Literal('active'),
17
- Type.Literal('completed'),
+ Type.Literal('complete'),
18
Type.Literal('failed'),
19
],
20
{ description: 'Status of the redaction job.' }
0 commit comments