{ "opencollection": "1.0.0", "info": { "name": "Qovery Account Info Organization Labels Group API", "version": "1.0.4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organization Labels Group", "type": "folder" }, "items": [ { "info": { "name": "List organization labels group", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/organization/:organizationId/labelsGroups", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" } ] }, "docs": "List organization labels group" }, { "info": { "name": "Create an organization labels group", "type": "http" }, "http": { "method": "POST", "url": "https://api.qovery.com/organization/:organizationId/labelsGroups", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an organization labels group" }, { "info": { "name": "Get organization labels group", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/organization/:organizationId/labelsGroups/:labelsGroupId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" }, { "name": "labelsGroupId", "value": "", "type": "path", "description": "Organization labels group ID" } ] }, "docs": "Get organization labels group" }, { "info": { "name": "Edit organization labels group", "type": "http" }, "http": { "method": "PUT", "url": "https://api.qovery.com/organization/:organizationId/labelsGroups/:labelsGroupId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" }, { "name": "labelsGroupId", "value": "", "type": "path", "description": "Organization labels group ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edit organization labels group" }, { "info": { "name": "Delete organization labels group", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.qovery.com/organization/:organizationId/labelsGroups/:labelsGroupId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" }, { "name": "labelsGroupId", "value": "", "type": "path", "description": "Organization labels group ID" } ] }, "docs": "Delete organization labels group" }, { "info": { "name": "Get organization labels group associated items", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/organization/:organizationId/labelsGroups/:labelsGroupId/associatedItems", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" }, { "name": "labelsGroupId", "value": "", "type": "path", "description": "Organization labels group ID" } ] }, "docs": "Get organization labels group associated items" } ] } ], "bundled": true }