{ "opencollection": "1.0.0", "info": { "name": "Helpcenter blueprintTransitions API", "version": "1.0.0" }, "items": [ { "info": { "name": "blueprintTransitions", "type": "folder" }, "items": [ { "info": { "name": "View a specific attachment added to a transition draft", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/tickets/:ticket_id/transitions/:transition_id/attachments/:attachment_id/content", "params": [ { "name": "attachment_id", "value": "", "type": "path" }, { "name": "ticket_id", "value": "", "type": "path" }, { "name": "transition_id", "value": "", "type": "path" } ] }, "docs": "Get attachment of a transition draft" }, { "info": { "name": "Delete attachment of a transition draft", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/tickets/:ticket_id/transitions/:transition_id/attachments/:attachment_id", "params": [ { "name": "attachment_id", "value": "", "type": "path" }, { "name": "ticket_id", "value": "", "type": "path" }, { "name": "transition_id", "value": "", "type": "path" } ] }, "docs": "Delete a specific attachment added to a transition draft." } ] } ], "bundled": true }