Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 3.72 KB

File metadata and controls

25 lines (20 loc) · 3.72 KB

ProxyPatchProxyResponse

Example Usage

import { ProxyPatchProxyResponse } from "@apideck/unify/models/operations";

// No examples available for this model

Fields

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