cURL
curl --request PATCH \ --url https://app.demand-iq.com/api/presentations/{presentationId} \ --header 'Content-Type: application/json' \ --data ' { "homeownerData": {}, "voiceSettings": {}, "languageSettings": {}, "priceInputs": {} } '
{ "message": "<string>", "presentationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Partial update for homeowner data, voice settings, language, or price inputs.
UUID of the presentation
Show child attributes
Presentation updated