{ "opencollection": "1.0.0", "info": { "name": "Salla Apps Branches Categories API", "version": "2" }, "items": [ { "info": { "name": "Categories", "type": "folder" }, "items": [ { "info": { "name": "List Categories", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.salla.sa/categories" }, "docs": "List Categories" }, { "info": { "name": "Create Category", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.salla.sa/categories", "body": { "type": "json", "data": "{}" } }, "docs": "Create Category" }, { "info": { "name": "Get Category", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.salla.sa/categories/:category_id", "params": [ { "name": "category_id", "value": "", "type": "path" } ] }, "docs": "Get Category" }, { "info": { "name": "Update Category", "type": "http" }, "http": { "method": "PUT", "url": "https://accounts.salla.sa/categories/:category_id", "params": [ { "name": "category_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Category" } ] } ], "bundled": true }