{ "opencollection": "1.0.0", "info": { "name": "Dokploy admin tag API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "tag", "type": "folder" }, "items": [ { "info": { "name": "tag-create", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/tag.create", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "tag-all", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/tag.all" } }, { "info": { "name": "tag-one", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/tag.one", "params": [ { "name": "tagId", "value": "", "type": "query" } ] } }, { "info": { "name": "tag-update", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/tag.update", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "tag-remove", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/tag.remove", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "tag-assignToProject", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/tag.assignToProject", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "tag-removeFromProject", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/tag.removeFromProject", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "tag-bulkAssign", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/tag.bulkAssign", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }