16 lines
354 B
Plaintext
16 lines
354 B
Plaintext
{
|
|
"name": "Uploader name",
|
|
"target": "POMF endpoint",
|
|
"format": "multipart-form-data",
|
|
"body": [
|
|
{
|
|
"__Content-Type": "/%contenttype/",
|
|
"filename": "/image.%format/",
|
|
"name": "files[]",
|
|
"body": "/%imagedata/"
|
|
}
|
|
],
|
|
"return": ".files.0.url",
|
|
"return_prepend": "Add only if the host does not fill out url"
|
|
}
|