Skip to main content
PATCH
/
api
/
dashboard
/
integrations
/
zunkiree
/
widget-config
Patch Widget Config
curl --request PATCH \
  --url https://api.example.com/api/dashboard/integrations/zunkiree/widget-config \
  --header 'Content-Type: application/json' \
  --data '
{
  "brand_name": "<string>",
  "tone": "<string>",
  "primary_color": "<string>",
  "placeholder_text": "<string>",
  "welcome_message": "<string>",
  "quick_actions": [
    "<string>"
  ],
  "lead_intents": [
    "<string>"
  ],
  "confidence_threshold": 0.5,
  "contact_email": "jsmith@example.com",
  "contact_phone": "<string>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.stella-commerce.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

authorization
string | null
X-API-Key
string | null
X-Stella-Merchant-Id
string | null

Body

application/json

Body for PATCH /widget-config. Every field is optional; only non-None fields are forwarded to Z6 (PATCH semantics — explicit None means "don't touch"). Field set mirrors SHARED-CONTRACT §12.4.

brand_name
string | null
Maximum string length: 120
tone
string | null
Maximum string length: 32
primary_color
string | null

CSS color string, e.g. '#2563eb' or 'rgb(37,99,235)'.

Maximum string length: 16
placeholder_text
string | null
Maximum string length: 200
welcome_message
string | null
Maximum string length: 500
quick_actions
string[] | null
lead_intents
string[] | null
confidence_threshold
number | null
Required range: 0 <= x <= 1
contact_email
string<email> | null
contact_phone
string | null
Maximum string length: 40

Response

Successful Response

The response is of type Response Patch Widget Config Api Dashboard Integrations Zunkiree Widget Config Patch · object.