Payload type | Body | Headers |
form-data (key-value) | path: <filename> isFile: true | Authorization |
Content-Type: multipart/form-data; boundary=<calculated when the request is sent> | ||
JSON | { "path":"/httpapi/ActiveTransfer.log", "isFile":"true" } | Authorization |
Content-Type: application/json |