Page MenuHomePhabricator
Authored By
matmarex
Sep 24 2019, 10:20 PM
Size
3 KB
Referenced Files
None
Subscribers
None
// AbuseFilter warning
{
"errors": [
{
"code": "abusefilter-warning",
"html": "<b>Warning:</b> This action has been automatically identified as harmful.\nUnconstructive actions will be quickly reverted,\nand egregious or repeated unconstructive editing will result in your account or IP address being blocked.\nIf you believe this action to be constructive, you may submit it again to confirm it.\nA brief description of the abuse rule which your action matched is: Test filter warn",
"data": {
"abusefilter": {
"id": 4,
"description": "Test filter warn",
"actions": [
"warn"
]
}
},
"module": "edit"
}
],
"docref": "See http://localhost:3080/w/api.php for API usage. Subscribe to the mediawiki-api-announce mailing list at &lt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce&gt; for notice of API deprecations and breaking changes."
}
// AbuseFilter disallowed
{
"errors": [
{
"code": "abusefilter-disallowed",
"html": "This action has been automatically identified as harmful, and therefore disallowed.\nIf you believe your action was constructive, please inform an administrator of what you were trying to do.\nA brief description of the abuse rule which your action matched is: Test filter disallow",
"data": {
"abusefilter": {
"id": 3,
"description": "Test filter disallow",
"actions": [
"disallow"
]
}
},
"module": "edit"
}
],
"docref": "See http://localhost:3080/w/api.php for API usage. Subscribe to the mediawiki-api-announce mailing list at &lt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce&gt; for notice of API deprecations and breaking changes."
}
// SpamBlacklist
{
"errors": [
{
"code": "spamblacklist",
"html": "The text you wanted to save was blocked by the spam filter. <b>Woohoo!</b> This is probably caused by a link to a blacklisted external site.\nThe following text is what triggered our spam filter: example.com/test",
"data": {
"spamblacklist": {
"matches": [
"example.com/test"
]
}
},
"module": "edit"
}
],
"docref": "See http://localhost:3080/w/api.php for API usage. Subscribe to the mediawiki-api-announce mailing list at &lt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce&gt; for notice of API deprecations and breaking changes."
}
// editconflict
{
"errors": [
{
"code": "editconflict",
"html": "Edit conflict: $1",
"module": "edit"
}
],
"docref": "See http://localhost:3080/w/api.php for API usage. Subscribe to the mediawiki-api-announce mailing list at &lt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce&gt; for notice of API deprecations and breaking changes."
}
// readonly
{
"errors": [
{
"code": "readonly",
"html": "The wiki is currently in read-only mode.",
"data": {
"readonlyreason": "Test"
},
"module": "main"
}
],
"docref": "See http://localhost:3080/w/api.php for API usage. Subscribe to the mediawiki-api-announce mailing list at &lt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce&gt; for notice of API deprecations and breaking changes."
}
// CAPTCHA
{
"edit": {
"captcha": {
"type": "image",
"mime": "image/png",
"id": "1893858722",
"url": "/w/index.php?title=Special:Captcha/image&wpCaptchaId=1893858722"
},
"result": "Failure"
}
}

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
8030494
Default Alt Text
raw.txt (3 KB)

Event Timeline