Description

Uploads a file to a given 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