{ "opencollection": "1.0.0", "info": { "name": "Aloft API V1 Accounts Tag Groups API", "version": "1.0.0" }, "items": [ { "info": { "name": "Tag Groups", "type": "folder" }, "items": [ { "info": { "name": "Get tag groups", "type": "http" }, "http": { "method": "GET", "url": "https://api.aloft.ai/v1/account/:account_id/tag-groups", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query" }, { "name": "order_by", "value": "", "type": "query", "description": "The field to order the data by" }, { "name": "order", "value": "", "type": "query" }, { "name": "page_length", "value": "", "type": "query" }, { "name": "appends[]", "value": "", "type": "query", "description": "Array of appendable resource names" }, { "name": "applies_to[]", "value": "", "type": "query", "description": "array of models you want to filter tag by" }, { "name": "exclude_autotags", "value": "", "type": "query", "description": "Exclude tag groups that have automatic tags (autotags)." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get tag groups" }, { "info": { "name": "Create a tag group", "type": "http" }, "http": { "method": "POST", "url": "https://api.aloft.ai/v1/account/:account_id/tag-groups", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "appends[]", "value": "", "type": "query", "description": "Array of appendable resource names" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a tag group" }, { "info": { "name": "Get a tag group", "type": "http" }, "http": { "method": "GET", "url": "https://api.aloft.ai/v1/account/:account_id/tag-groups/:tag_group_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "tag_group_id", "value": "", "type": "path" }, { "name": "appends[]", "value": "", "type": "query", "description": "Array of appendable resource names" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a tag group" }, { "info": { "name": "Update a tag group", "type": "http" }, "http": { "method": "PUT", "url": "https://api.aloft.ai/v1/account/:account_id/tag-groups/:tag_group_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "tag_group_id", "value": "", "type": "path", "description": "The id of the tag group." }, { "name": "appends[]", "value": "", "type": "query", "description": "Array of appendable resource names" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a tag group" }, { "info": { "name": "Delete a tag group", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.aloft.ai/v1/account/:account_id/tag-groups/:tag_group_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "tag_group_id", "value": "", "type": "path", "description": "The id of the tag group." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "This will completely remove the tag group and any associations with the tag group. It will not delete the associated objects." }, { "info": { "name": "Get a list of allowed models to attach a tag to", "type": "http" }, "http": { "method": "GET", "url": "https://api.aloft.ai/v1/tag-groups/available-models", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a list of allowed models to attach a tag to." } ] } ], "bundled": true }