files remote update

POST {{baseUrl}}/files.remote.update

Updates an existing remote file.

Request Body

[{"name"=>"token", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"file", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"external_id", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"title", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"filetype", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"external_url", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"preview_image", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"indexable_file_contents", "value"=>"<string>", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{&quot;ok&quot;:&quot;\u003cboolean\u003e&quot;}