Skip to content

Commit 801dc9c

Browse files
authored
Remove fixed TODO (#1889)
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
1 parent 54604ba commit 801dc9c

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

content/en/methods/admin/domain_blocks.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,9 +340,15 @@ Authorized user is not allowed to perform this action, or invalid or missing Aut
340340
}
341341
```
342342

343-
##### 500: Server error
344-
<!-- TODO: remove when https://github.com/mastodon/mastodon/issues/21775 is fixed -->
345-
Invalid severity
343+
##### 422: Unprocessable entity
344+
345+
The request will fail if the severity parameter is provided but is not one of the allowed values.
346+
347+
```json
348+
{
349+
"error": "Validation failed: Severity is not included in the list"
350+
}
351+
```
346352

347353
---
348354

0 commit comments

Comments
 (0)