v1

latestOpenAPI 3.0.42026-08-06124112344.5 KB
Templates

Replace all configuration options for a module/zone (bulk set). This removes all existing options and creates new ones from the provided array. Useful for resetting module/zone configuration or applying presets.

put/templates/{templateId}/modules/{moduleId}/options

Path parameters

templateIdstring required

Template Id

moduleIdstring required

Module/zone Id

Request body

namestring nullable

Option name/key (e.g., 'timezone', 'location', 'url')

valuestring nullable

Option value (string representation that will be parsed based on the option type)

Response

No Content