Tasks
StubberDB Update Connection
Enables or disables an existing StubberDB connection
See automatic sync for more information on how enabled StubberDB connections are automatically synchronized.
Basic usage
Parameters
stubberdbuuid required string
The StubberDB UUID of the connection to update.
enabled required boolean
Whether the connection should be enabled.
Result
Properties
message string
Confirms that the StubberDB connection was updated successfully.
payload object
An object keyed by the updated StubberDB UUID.
payload.[stubberdbuuid].enabled boolean
The connection's new enabled state.
payload.[stubberdbuuid].connection_name string
The backend connection name associated with the StubberDB configuration.
payload.[stubberdbuuid].roles object
The stored readonly and readwrite credential references for the connection.