update_form_settings
ActiveTool of QuintaDB
declared in 1.0.0
Оновити налаштування форми: post_action (redirect URL після сабміту), per_page, sort_by, allow_delete, send_emails, inline_editing, allow_database, lqe_use_only_login та інші.
Parameters schema
{
"type": "object",
"required": [
"app_id",
"entity_id"
],
"properties": {
"asc": {
"type": "boolean"
},
"app_id": {
"type": "string",
"description": "Project ID (from list_projects)"
},
"sort_by": {
"type": "string",
"description": "ID поля сортування"
},
"per_page": {
"type": "integer",
"description": "Number of records per page (max 100, default 20)"
},
"entity_id": {
"type": "string",
"description": "Form ID (from list_forms or describe_project)"
},
"post_action": {
"type": "string",
"description": "URL для редіректу після сабміту форми"
},
"send_emails": {
"type": "boolean",
"description": "Надсилати email-повідомлення при новому записі"
},
"allow_delete": {
"type": "boolean"
},
"allow_database": {
"type": "boolean"
},
"inline_editing": {
"type": "boolean"
},
"dtype_added_text": {
"type": "string",
"description": "Текст після успішного сабміту форми"
},
"lqe_use_only_login": {
"type": "boolean"
},
"submit_button_msg_text": {
"type": "string"
},
"turn_off_form_msg_text": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
QuintaDB
1/7 registries