{ "opencollection": "1.0.0", "info": { "name": "Config V1 Bucket Collection API", "version": "v1" }, "items": [ { "info": { "name": "Collection", "type": "folder" }, "items": [ { "info": { "name": "ListCollections", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/config/collections", "params": [ { "name": "page.max_size", "value": "", "type": "query", "description": "Page size preference (i.e. how many items are returned in the next\npage). If zero, the server will use a default. Regardless of what size\nis given, clients must never assume how many items will be returned." }, { "name": "page.token", "value": "", "type": "query", "description": "Opaque page token identifying which page to request. An empty token\nidentifies the first page." }, { "name": "slugs", "value": "", "type": "query", "description": "Filters results by slug, where any Collection with a matching slug in the given list (and matches all other filters) is returned." }, { "name": "team_slugs", "value": "", "type": "query", "description": "Filters results by team_slug, where any Collection with a matching team_slug in the given list (and matches all other filters) is returned." }, { "name": "names", "value": "", "type": "query", "description": "Filters results by name, where any Collection with a matching name in the given list (and matches all other filters) is returned." }, { "name": "notification_policy_slugs", "value": "", "type": "query", "description": "Get collections that directly reference notifications policies by the referenced policy slugs." } ] } }, { "info": { "name": "CreateCollection", "type": "http" }, "http": { "method": "POST", "url": "/api/v1/config/collections", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "ReadCollection", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/config/collections/:slug", "params": [ { "name": "slug", "value": "", "type": "path" } ] } }, { "info": { "name": "UpdateCollection", "type": "http" }, "http": { "method": "PUT", "url": "/api/v1/config/collections/:slug", "params": [ { "name": "slug", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "DeleteCollection", "type": "http" }, "http": { "method": "DELETE", "url": "/api/v1/config/collections/:slug", "params": [ { "name": "slug", "value": "", "type": "path" } ] } } ] } ], "bundled": true }