v1
latestOpenAPI 3.1.02026-07-261620662.2 KBEditar um arquivo
O método permite editar o arquivo. Ao editar um arquivo, você pode alterar seu nome ou versão ativa.
patch/v1.0/files/{file_uuid}
Path parameters
file_uuidstring required
UUID do arquivo
Request body
Response
200
Example response
{
"_links": {
"download": {
"href": "https://drive-c.kommo.com/download/aff5603a-28b1-4c17-8e98-16e473b323b3/367b9f38-5f01-4cea-947e-dfab47aea522/picture.png"
},
"download_version": {
"href": "https://drive-c.kommo.com/download/aff5603a-28b1-4c17-8e98-16e473b323b3/367b9f38-5f01-4cea-947e-dfab47aea522/43de3be7-307b-4766-a23e-5e88211b9a8d/picture.png"
},
"self": {
"href": "https://drive-c.kommo.com/v1.0/files/367b9f38-5f01-4cea-947e-dfab47aea522"
}
},
"created_at": 1671687247,
"created_by": {
"type": "internal",
"id": 7758337
},
"metadata": {
"extension": "png",
"mime_type": "image/png"
},
"name": "product",
"sanitized_name": "product",
"session_id": 26136001,
"size": 7526,
"type": "file",
"updated_at": 1671687247,
"updated_by": {
"type": "internal",
"id": 7758337
},
"uuid": "367b9f38-5f01-4cea-947e-dfab47aea522",
"version_uuid": "43de3be7-307b-4766-a23e-5e88211b9a8d"
}