Skip to main content
PUT
/
api
/
decks
/
{deckId}
/
intro
Update intro page
curl --request PUT \
  --url https://app.demandiq.com/api/decks/{deckId}/intro \
  --header 'Content-Type: application/json' \
  --data '
{
  "backgroundImage": "<string>",
  "headline": "Your Custom Solar Proposal",
  "subtitle": "<string>",
  "ctaButtonLabel": "View My Proposal"
}
'

Path Parameters

deckId
string<uuid>
required

Deck ID

Body

application/json
backgroundImage
string
headline
string
Example:

"Your Custom Solar Proposal"

subtitle
string
ctaButtonLabel
string
Example:

"View My Proposal"

Response

200

Intro page updated