---
title: "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."
method: PUT
path: "/templates/{templateId}/modules/{moduleId}/options"
tags: ["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

- `templateId` string, required
- `moduleId` string, required

## Request body

- ModuleOptionRequest[]
  - `name` string, nullable — Option name/key (e.g., 'timezone', 'location', 'url')
  - `value` string, nullable — Option value (string representation that will be parsed based on the option type)

## Response `204`

No Content

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/reveldigital/apis/revel-digital-rest-api.md) · [All operations](https://skmtc.net/reveldigital/apis/revel-digital-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reveldigital/revel-digital-rest-api/versions/f23a94aea621/schema)
