{ "opencollection": "1.0.0", "info": { "name": "AI Service Actions Component Configuration Versions API", "version": "1.0.0" }, "items": [ { "info": { "name": "Component Configuration Versions", "type": "folder" }, "items": [ { "info": { "name": "Create configuration version copy", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/branch/:branchId/components/:componentId/configs/:configurationId/versions/:versionId/create", "params": [ { "name": "branchId", "value": "", "type": "path" }, { "name": "componentId", "value": "", "type": "path" }, { "name": "configurationId", "value": "", "type": "path" }, { "name": "versionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a named copy of a specific configuration version." }, { "info": { "name": "Create configuration version copy", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/components/:componentId/configs/:configurationId/versions/:versionId/create", "params": [ { "name": "componentId", "value": "", "type": "path" }, { "name": "configurationId", "value": "", "type": "path" }, { "name": "versionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a named copy of a specific configuration version." }, { "info": { "name": "Get configuration version detail", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/storage/branch/:branchId/components/:componentId/configs/:configurationId/versions/:versionId", "params": [ { "name": "branchId", "value": "", "type": "path" }, { "name": "componentId", "value": "", "type": "path" }, { "name": "configurationId", "value": "", "type": "path" }, { "name": "versionId", "value": "", "type": "path" } ] }, "docs": "Retrieve details of a specific configuration version." }, { "info": { "name": "Get configuration version detail", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/storage/components/:componentId/configs/:configurationId/versions/:versionId", "params": [ { "name": "componentId", "value": "", "type": "path" }, { "name": "configurationId", "value": "", "type": "path" }, { "name": "versionId", "value": "", "type": "path" } ] }, "docs": "Retrieve details of a specific configuration version." }, { "info": { "name": "List configuration versions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/storage/branch/:branchId/components/:componentId/configs/:configurationId/versions", "params": [ { "name": "branchId", "value": "", "type": "path" }, { "name": "componentId", "value": "", "type": "path" }, { "name": "configurationId", "value": "", "type": "path" } ] }, "docs": "List all versions of a component configuration." }, { "info": { "name": "List configuration versions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/storage/components/:componentId/configs/:configurationId/versions", "params": [ { "name": "componentId", "value": "", "type": "path" }, { "name": "configurationId", "value": "", "type": "path" } ] }, "docs": "List all versions of a component configuration." }, { "info": { "name": "Rollback configuration version", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/branch/:branchId/components/:componentId/configs/:configurationId/versions/:versionId/rollback", "params": [ { "name": "branchId", "value": "", "type": "path" }, { "name": "componentId", "value": "", "type": "path" }, { "name": "configurationId", "value": "", "type": "path" }, { "name": "versionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Rollback a configuration to a specific version." }, { "info": { "name": "Rollback configuration version", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/components/:componentId/configs/:configurationId/versions/:versionId/rollback", "params": [ { "name": "componentId", "value": "", "type": "path" }, { "name": "configurationId", "value": "", "type": "path" }, { "name": "versionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Rollback a configuration to a specific version." } ] } ], "bundled": true }