update

POST https://api.dropboxapi.com/2/file_requests/update

update

scope: file_requests.write

Update a file request.

Request Body

{"id"=>"oaCAVmEyrqYnkZX9955Y", "title"=>"Homework submission", "destination"=>"/File Requests/Homework", "deadline"=>{".tag"=>"update", "deadline"=>"2020-10-12T17:00:00Z", "allow_late_uploads"=>"seven_days"}, "open"=>true}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Dropbox-API-Path-Rootstring
Dropbox-API-Select-Userstring

RESPONSES

status: OK

{"id":"oaCAVmEyrqYnkZX9955Y","url":"https://www.dropbox.com/request/oaCAVmEyrqYnkZX9955Y","title":"Homework submission","created":"2015-10-05T17:00:00Z","is_open":true,"file_count":3,"destination":"/File Requests/Homework","deadline":{"deadline":"2020-10-12T17:00:00Z","allow_late_uploads":{".tag":"seven_days"}}}