ass/sample_config.sxcu

16 lines
436 B
Plaintext
Raw Normal View History

2021-04-06 00:29:48 +00:00
{
"Version": "14.0.1",
2021-04-06 22:17:01 +00:00
"Name": "ass",
2021-04-06 00:29:48 +00:00
"DestinationType": "ImageUploader, TextUploader, FileUploader",
"RequestMethod": "POST",
"RequestURL": "https://your.domain.name.here/",
"Headers": {
"Authorization": "YOUR TOKEN HERE"
},
"Body": "MultipartFormData",
"FileFormName": "file",
"URL": "{json:.resource}",
"ThumbnailURL": "{json:.thumbnail}",
"DeletionURL": "{json:.delete}",
"ErrorMessage": "{response}"
2021-04-06 00:29:48 +00:00
}