update_record_template
ActiveTool of QuintaDB
declared in 1.0.0
Оновити вже існуючий PDF/HTML шаблон запису (назву і/або тіло). Використовуй це, а не create_record_template, коли користувач просить 'змінити'/'оновити' вже існуючий шаблон друку — це зберігає прив'язки шаблону до кнопок друку й payment-флоу.
Parameters schema
{
"type": "object",
"required": [
"app_id",
"template_id"
],
"properties": {
"body": {
"type": "string",
"description": "Нове HTML тіло шаблону (опційно, html_name полів без дужок)"
},
"name": {
"type": "string",
"description": "Нова назва шаблону (опційно)"
},
"app_id": {
"type": "string",
"description": "Project ID (from list_projects)"
},
"template_id": {
"type": "string",
"description": "ID шаблону запису (record template), який треба оновити"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
QuintaDB
1/7 registries