{ "opencollection": "1.0.0", "info": { "name": "Wowza Streaming Engine REST advanced_token_authentication categories API", "version": "2.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "categories", "type": "folder" }, "items": [ { "info": { "name": "Fetch all categories", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8087/categories", "params": [ { "name": "page", "value": "", "type": "query", "description": "Returns a paginated view of results from the HTTP request. Specify a positive integer to indicate which page of the results should be displayed. The default is **1**." }, { "name": "per_page", "value": "", "type": "query", "description": "For use with the page parameter. Indicates how many records should be included in a page of results. A valid value is any positive integer. The default and maximum value is **1000**." }, { "name": "query", "value": "", "type": "query" }, { "name": "sort_column", "value": "", "type": "query" }, { "name": "sort_direction", "value": "", "type": "query" }, { "name": "only_top_level", "value": "", "type": "query" }, { "name": "parent_id", "value": "", "type": "query" } ] }, "docs": "This operation shows details for all categories available in Wowza Video." }, { "info": { "name": "Fetch a category", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8087/categories/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the category." } ] }, "docs": "This operation shows details for a single, specified category." }, { "info": { "name": "Update a category", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:8087/categories/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the category." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This operation updates a category. \n\nOnly the fields that are sent in the request body will be updated." }, { "info": { "name": "Delete a category", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8087/categories/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the category." } ] }, "docs": "This operation deletes a category." } ] } ], "bundled": true }