diff options
Diffstat (limited to 'docs/admin/domain_permission_subscriptions.md')
| -rw-r--r-- | docs/admin/domain_permission_subscriptions.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/admin/domain_permission_subscriptions.md b/docs/admin/domain_permission_subscriptions.md index 77ec831e1..78518e187 100644 --- a/docs/admin/domain_permission_subscriptions.md +++ b/docs/admin/domain_permission_subscriptions.md @@ -118,6 +118,27 @@ JSON lists use content type `application/json`. { "domain": "bumfaces.net", "suspended_at": "2020-05-13T13:29:12.000Z", + "comment": "big jerks" + }, + { + "domain": "peepee.poopoo", + "suspended_at": "2020-05-13T13:29:12.000Z", + "comment": "harassment" + }, + { + "domain": "nothanks.com", + "suspended_at": "2020-05-13T13:29:12.000Z" + } +] +``` + +As an alternative to `"comment"`, `"public_comment"` will also work: + +```json +[ + { + "domain": "bumfaces.net", + "suspended_at": "2020-05-13T13:29:12.000Z", "public_comment": "big jerks" }, { |
