Description
Uploads a file to a given property.
- If the file (designated by its key) already exists, it is overriden by the current file being uploaded.
- Returns the list of files (with associated keys and urls) linked to the property.
URL
<https://api.resolve.ch/api/files?query-string>
Query Parameters
Body raw (multipart/form-data)
{
"file": $file,
"propertyId": $propertyId,
"category": $category,
"roles": $roles
}
Body Parameters