update_cell
ActiveTool of QuintaDB
declared in 1.0.0
Оновити значення одного поля в записі без перезапису інших полів. ОБОВ'ЯЗКОВО використовуй ID поля, а не назву.
Parameters schema
{
"type": "object",
"required": [
"app_id",
"entity_id",
"record_id",
"field_name",
"value"
],
"properties": {
"value": {
"type": "string",
"description": "Нове значення"
},
"app_id": {
"type": "string",
"description": "Project ID (from list_projects)"
},
"entity_id": {
"type": "string",
"description": "Form ID (from list_forms or describe_project)"
},
"record_id": {
"type": "string",
"description": "Record ID (from get_records or search_records)"
},
"field_name": {
"type": "string",
"description": "ID поля (наприклад 'dcTrJdP1bppyk3vCkKvCoN'). НЕ НАЗВА ПОЛЯ!"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
QuintaDB
1/7 registries