/** * @example * { * id: "HydraDoc1234", * body: { * "key": "value" * } * } */ export interface PatchConnectorsIdCredentialsRequest { /** Connector ID */ id: string; body: Record; }