attach_media_to_record
ActiveTool of QuintaDB
declared in 1.0.0
Прикріпити файл із бібліотеки MyFile до поля типу file або image конкретного запису. Використовуй для attached_files замість update_record, якщо поле має тип file/image.
Parameters schema
{
"type": "object",
"required": [
"app_id",
"entity_id",
"record_id",
"field_id",
"my_file_id"
],
"properties": {
"app_id": {
"type": "string",
"description": "Project ID (from list_projects)"
},
"field_id": {
"type": "string",
"description": "ID поля типу file або image"
},
"entity_id": {
"type": "string",
"description": "ID форми"
},
"record_id": {
"type": "string",
"description": "ID запису"
},
"my_file_id": {
"type": "string",
"description": "media_id прикріпленого MyFile"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
QuintaDB
1/7 registries