import { ProxyPatchProxyResponse } from "@apideck/unify/models/operations";
// No examples available for this model| Field | Type | Required | Description |
|---|---|---|---|
httpMeta |
components.HTTPMetadata | ✔️ | N/A |
responseJson |
Record<string, any> | ➖ | Ok |
responseBinary |
ReadableStream | ➖ | Ok |
responsePdf |
ReadableStream | ➖ | Ok |
responseXml |
string | ➖ | Ok |
responseCsv |
string | ➖ | Ok |
responseText |
string | ➖ | Ok |
errorJson |
Record<string, any> | ➖ | Proxy error |
errorXml |
string | ➖ | Proxy error |
errorHtml |
string | ➖ | Proxy error |
errorText |
string | ➖ | Proxy error |