Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The body will be included in the payload:

Code Block
 { 
file:[array of files], 
body:Content-Disposition: form-data; name="file" filename="filename.xyz"
(content of filename.xyz) (can repeat)

Content-Disposition: form-data; name="body" filename="filename.xyz"
{the_body_section_of_the_config_page} 
}


There are three options available

...