Drive > Files > Dropbox

Update dropbox

Update and manage a dropbox.

put/2/drive/{drive_id}/files/{file_id}/dropbox

Path parameters

drive_idinteger required

Drive identifier

file_idinteger required

File identifier

Request body

aliasstring nullable

Alias of the dropbox

email_when_finishedboolean

Send an email when done

limit_file_sizeinteger nullable

Maximum accepted file size (bytes)

passwordstring nullable

Password for protecting the dropbox

valid_untilinteger nullable

Maximum validity date

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

databoolean

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.