create_action
Generate actions or controllers for Webasyst applications by specifying app ID, module, and action names to implement backend or frontend functionality.
Instructions
Создать action или controller
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | ID приложения | |
| module | Yes | Название модуля (backend, frontend и т.д.) | |
| action_type | No | Тип action | action |
| action_names | Yes | Названия actions |