{ "opencollection": "1.0.0", "info": { "name": "Togai Apis Accounts Feature API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Feature", "type": "folder" }, "items": [ { "info": { "name": "List Feature", "type": "http" }, "http": { "method": "GET", "url": "https://api.togai.com/features", "params": [ { "name": "nextToken", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ] }, "docs": "Get a list of features along with its associations" }, { "info": { "name": "Create a Feature and Optionally Associate with One or More Event_schemas", "type": "http" }, "http": { "method": "POST", "url": "https://api.togai.com/features", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Feature optionally associate with one or more event_schemas" }, { "info": { "name": "Get a Feature", "type": "http" }, "http": { "method": "GET", "url": "https://api.togai.com/features/:feature_id", "params": [ { "name": "feature_id", "value": "", "type": "path", "description": "feature_id corresponding to a feature" } ] }, "docs": "Get details of a Feature" }, { "info": { "name": "Update a Feature", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.togai.com/features/:feature_id", "params": [ { "name": "feature_id", "value": "", "type": "path", "description": "feature_id corresponding to a feature" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing feature and its eventSchema associations\n" } ] } ], "bundled": true }