You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ass/sample_config.sxcu

14 lines
374 B

{
"Version": "13.4.0",
"Name": "anssxustawai",
"DestinationType": "ImageUploader, TextUploader, FileUploader",
"RequestMethod": "POST",
"RequestURL": "https://your.domain.name.here/",
"Headers": {
"Authorization": "YOUR TOKEN HERE"
},
"Body": "MultipartFormData",
"FileFormName": "file",
"URL": "$json:.resource$",
"DeletionURL": "$json:.delete$"
}