{ "opencollection": "1.0.0", "info": { "name": "Helpcenter EntityBlueprints API", "version": "1.0.0" }, "items": [ { "info": { "name": "EntityBlueprints", "type": "folder" }, "items": [ { "info": { "name": "Delete the during actions transition draft", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/tickets/:ticketId/transitions/:transitionId/discardDraft", "params": [ { "name": "transitionId", "value": "", "type": "path" }, { "name": "ticketId", "value": "", "type": "path" } ] }, "docs": "To delete the during actions transition draft" }, { "info": { "name": "Save the during actions transition draft", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/tickets/:ticketId/transitions/:transitionId/saveDraft", "params": [ { "name": "transitionId", "value": "", "type": "path" }, { "name": "ticketId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "To save the during actions transition draft" } ] } ], "bundled": true }