{ "opencollection": "1.0.0", "info": { "name": "Shortcut REST API v3 Categories Custom Fields API", "version": "v3" }, "request": { "auth": { "type": "apikey", "key": "Shortcut-Token", "value": "{{Shortcut-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Custom Fields", "type": "folder" }, "items": [ { "info": { "name": "List Custom Fields", "type": "http" }, "http": { "method": "GET", "url": "https://api.app.shortcut.com/api/v3/custom-fields" }, "docs": "List Custom Fields" }, { "info": { "name": "Get Custom Field", "type": "http" }, "http": { "method": "GET", "url": "https://api.app.shortcut.com/api/v3/custom-fields/:custom-field-public-id", "params": [ { "name": "custom-field-public-id", "value": "", "type": "path" } ] }, "docs": "Get Custom Field" }, { "info": { "name": "Update Custom Field", "type": "http" }, "http": { "method": "PUT", "url": "https://api.app.shortcut.com/api/v3/custom-fields/:custom-field-public-id", "params": [ { "name": "custom-field-public-id", "value": "", "type": "path" } ] }, "docs": "Update Custom Field" }, { "info": { "name": "Delete Custom Field", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.app.shortcut.com/api/v3/custom-fields/:custom-field-public-id", "params": [ { "name": "custom-field-public-id", "value": "", "type": "path" } ] }, "docs": "Delete Custom Field" } ] } ], "bundled": true }