You're viewing a demo portfolio

Join the waitlist
PRSM

update_record_template

Active

Tool 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), який треба оновити"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

QuintaDB

1/7 registries
View full server →