/
OP
openhab
/
openHAB REST API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
openhab
openHAB REST API
put
Updates an existing rule corresponding to the given UID.
v1
latest
OpenAPI 3.0.1
2026-07-17
154
98
233.4 KB
rules
Updates an existing rule corresponding to the given UID.
put
/rules/{ruleUID}
Path parameters
ruleUID
string
required
ruleUID
Request body
RuleDTO
required
triggers
TriggerDTO[]
conditions
ConditionDTO[]
actions
ActionDTO[]
configuration
object
configDescriptions
ConfigDescriptionParameterDTO[]
templateUID
string
uid
string
name
string
tags
string[]
visibility
'VISIBLE'
|
'HIDDEN'
|
'EXPERT'
description
string
Response
OK