Skip to main content

UpdateModuleInputBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/UpdateModuleInputBody.json
config object

Non-secret config values to update

property name*string
enabledboolean

Enable or disable the module

secrets object

Secret config values (will be encrypted)

property name*string
UpdateModuleInputBody
{
"$schema": "https://example.com/schemas/UpdateModuleInputBody.json",
"config": {},
"enabled": true,
"secrets": {}
}