{ "opencollection": "1.0.0", "info": { "name": "MediaWiki Action articles Patrol API", "version": "1.45" }, "items": [ { "info": { "name": "Patrol", "type": "folder" }, "items": [ { "info": { "name": "MediaWiki Action Dispatch an Action API Call (POST)", "type": "http" }, "http": { "method": "POST", "url": "https://en.wikipedia.org/w/api.php", "params": [ { "name": "action", "value": "", "type": "query" }, { "name": "format", "value": "", "type": "query" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Generic dispatch endpoint for write operations. Use ?action=edit to create/modify pages, ?action=upload for files, ?action=login or ?action=clientlogin to authenticate. All write operations require a CSRF token from action=query&meta=tokens. POSTs are not cached - use them for writes only." } ] } ], "bundled": true }