{ "opencollection": "1.0.0", "info": { "name": "The Mighty Networks Admin AbuseReports Posts API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Posts", "type": "folder" }, "items": [ { "info": { "name": "Returns a list of posts for the current network", "type": "http" }, "http": { "method": "GET", "url": "https://api.mn.co/admin/v1/networks/:network_id/posts", "params": [ { "name": "space_id", "value": "", "type": "query", "description": "Filter posts by space ID" }, { "name": "page", "value": "", "type": "query", "description": "Page number for pagination" }, { "name": "per_page", "value": "", "type": "query", "description": "Items per page (max 100)" }, { "name": "network_id", "value": "", "type": "path", "description": "The Network's unique integer ID, or subdomain" } ] }, "docs": "Returns a list of posts for the current network" }, { "info": { "name": "Create a new post, and optionally notify the network", "type": "http" }, "http": { "method": "POST", "url": "https://api.mn.co/admin/v1/networks/:network_id/posts", "params": [ { "name": "notify", "value": "", "type": "query", "description": "Whether or not to notify the network" }, { "name": "network_id", "value": "", "type": "path", "description": "The Network's unique integer ID, or subdomain" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new post, and optionally notify the network" }, { "info": { "name": "Query details of a specific post by its ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.mn.co/admin/v1/networks/:network_id/posts/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the post to fetch" }, { "name": "network_id", "value": "", "type": "path", "description": "The Network's unique integer ID, or subdomain" } ] }, "docs": "Query details of a specific post by its ID" }, { "info": { "name": "Update an existing post or article", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mn.co/admin/v1/networks/:network_id/posts/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the post to update" }, { "name": "notify", "value": "", "type": "query", "description": "Whether or not to notify the network" }, { "name": "network_id", "value": "", "type": "path", "description": "The Network's unique integer ID, or subdomain" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing post or article" }, { "info": { "name": "Update an existing post or article", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.mn.co/admin/v1/networks/:network_id/posts/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the post to update" }, { "name": "notify", "value": "", "type": "query", "description": "Whether or not to notify the network" }, { "name": "network_id", "value": "", "type": "path", "description": "The Network's unique integer ID, or subdomain" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing post or article" }, { "info": { "name": "Delete a post or article", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mn.co/admin/v1/networks/:network_id/posts/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the post to delete" }, { "name": "network_id", "value": "", "type": "path", "description": "The Network's unique integer ID, or subdomain" } ] }, "docs": "Delete a post or article" } ] } ], "bundled": true }