Api session event editor panel set template apply automatically
API Event to Set Template Apply Automatically
| Name | Importance | Type | Description | Values |
|---|---|---|---|---|
| 0 | REQUIRED | (PANEL Integer ID or multiple values in array [1, 2, 3]) | Template Panel | |
| 1 | REQUIRED | (true, false) | Apply automatically at start of session | true or false |
Response Codes
| Response Code: | Description |
|---|---|
| 204 | No Content |
| 300-600 | Codes Overview |
Example POST
Example POST: https://engine.tygron.com/api/session/event/editorpanel/set_template_apply_automatically/?f=JSON&token=API_TOKEN
with content:
[ [ 1, 2, 3 ], true ]