Searched refs:enabledJson (Results 1 – 1 of 1) sorted by relevance
1929 std::optional<bool> enabledJson; in handleAccountCollectionPost() local1934 "Enabled", enabledJson, // in handleAccountCollectionPost()1952 bool enabled = enabledJson.value_or(true); in handleAccountCollectionPost()