Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 7.08 KB

patchdestinationresponse.md

File metadata and controls

11 lines (8 loc) · 7.08 KB

PatchDestinationResponse

Fields

Field Type Required Description Example
content_type str ✔️ HTTP response content type for this operation
status_code int ✔️ HTTP response status code for this operation
raw_response requests.Response ✔️ Raw HTTP response; suitable for custom response parsing
destination_response Optional[models.DestinationResponse] Update a Destination {
"destinationId": "18dccc91-0ab1-4f72-9ed7-0b8fc27c5826",
"name": "Analytics Team Postgres",
"destinationType": "postgres",
"workspaceId": "871d9b60-11d1-44cb-8c92-c246d53bf87e",
"definitionId": "321d9b60-11d1-44cb-8c92-c246d53bf98e"
}