{ "opencollection": "1.0.0", "info": { "name": "Ghost Content and Admin APIs Admin - Images Admin - Tiers API", "version": "5.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Admin - Tiers", "type": "folder" }, "items": [ { "info": { "name": "Browse tiers", "type": "http" }, "http": { "method": "GET", "url": "https://{admin_domain}/ghost/api/admin/tiers/", "headers": [ { "name": "Accept-Version", "value": "" } ], "params": [ { "name": "include", "value": "", "type": "query", "description": "Comma-separated related data to include (for example authors,tags)." } ] }, "docs": "Browse tiers" }, { "info": { "name": "Create a tier", "type": "http" }, "http": { "method": "POST", "url": "https://{admin_domain}/ghost/api/admin/tiers/", "headers": [ { "name": "Accept-Version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a tier" }, { "info": { "name": "Update a tier", "type": "http" }, "http": { "method": "PUT", "url": "https://{admin_domain}/ghost/api/admin/tiers/:id/", "headers": [ { "name": "Accept-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a tier" } ] } ], "bundled": true }