/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Body for ``PATCH config/`` — wraps ``OpenClawClient.patch_config``. * * The ``patch`` dict is deep-merged into the current config; ``null`` values * delete a key, arrays replace wholesale. Echoing * ``"__OPENCLAW_REDACTED__"`` back at a secret path is the documented way * to leave a secret unchanged. */ export type PatchedClawConfigPatchRequest = { /** * Merge-patch object applied to the current openclaw.json. Nulls delete keys; arrays replace wholesale; objects merge recursively. */ patch?: Record; };