ReferencesOpenapiOrigination
Update quote
Update the provided fields for a quote in the specified deal, organisation, and workspace.
Authorization
ApiKeyAuth x-api-key<token>
API key for authentication
In: header
Path Parameters
orgId*string
workspaceId*string
dealId*string
quoteId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X PATCH "https://example.com/organisation/string/workspace/string/origination/deal/string/quote/string" \ -H "Content-Type: application/json" \ -d '{}'{ "success": true}
