Editing a transfer
put
Path parameters
transferidstringRequired
The transfer ID - unique transfer identifier. It is returned after initializing a transfer, also it is available in transfer list responses (sent and received).
Body
daysinteger · int32 · nullableOptional
The number of days until the transfer expires. Expiration is counted since the date of transfer creation. Use -1 to change make this transfer permanent (one that never expires).
notifyboolean · nullableOptional
Decides whether transfer sender receives email notifications when the transfer is downloaded.
subjectstring · max: 200 · nullableOptional
Updates the transfer subject.
messagestring · max: 5000 · nullableOptional
Updates the transfer message / description.
passwordstring · max: 100 · nullableOptional
Sets transfer password. Specify empty string in this field to remove existing password.
Responses
200
OK
responsestatusstring · enumOptionalPossible values:
erroridstring · nullableOptional
errormessagestring · nullableOptional
errorcodeinteger · int32 · nullableRead-onlyOptional
Numeric representation of the responsestatus field.
400
Bad Request
401
Unauthorized
put
/transfer/{transferid}Last updated
Was this helpful?
