Hey all,
I am trying to attach a file to an incident in Samange using the generic HTTP action. Samanage's API documentation to do this can be found here. https://www.samanage.com/docs/api/attachments/.
Where in the HTTP Action do
-F "file[attachable_type]=PARENT_OBJECT_TYPE"
-F "file[attachable_id]=PARENT_OBJECT_ID"
-F "file[attachment]=@/PATH/TO/FILE"
go? And what is the proper formatting?
Thanks!