{ "opencollection": "1.0.0", "info": { "name": "Alation Data Catalog Aggregated Context Custom Fields API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Custom Fields", "type": "folder" }, "items": [ { "info": { "name": "List custom field values", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}/integration/v2/custom_field_value/", "params": [ { "name": "object_type", "value": "", "type": "query", "description": "Type of catalog object (table, column, datasource, etc.)" }, { "name": "object_id", "value": "", "type": "query", "description": "ID of the catalog object" } ] }, "docs": "Returns custom field values for catalog objects." }, { "info": { "name": "Update custom field values", "type": "http" }, "http": { "method": "PUT", "url": "https://{instance}/integration/v2/custom_field_value/", "body": { "type": "json", "data": "{}" } }, "docs": "Batch update custom field values for catalog objects." } ] } ], "bundled": true }