_LUA_rest PUT "zones/$_domain_id/records/$record_id" "{\"id\":$record_id,\"type\":\"TXT\",\"name\":\"$fulldomain.\",\"content\":\"$txtvalue\",\"zone_id\":$_domain_id,\"ttl\":120}"
- if [ "$?" = "0" ] && _contains "$response" "updated_at"; then
+ if [ "$?" = "0" ] && _contains "$response" "updated_at"; then