Sign in

Update Site

documented

Update a site.

PUT /v1/sites/{siteId}Sitesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://docsapi.helpscout.net/v1/sites/{{$siteId}}?reload={{reload}}" \
  -X PUT \
  -u "{{HELPSCOUT_API_KEY}}:DUMMY_PASSWORD" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"status": "{{$status}}", "subDomain": "{{$subDomain}}", "cname": "{{$cname}}", "hasPublicSite": {{$hasPublicSite}}, "title": "{{$title}}", "logoUrl": "{{$logoUrl}}", "logoWidth": {{$logoWidth}}, "logoHeight": {{$logoHeight}}, "favIconUrl": "{{$favIconUrl}}", "touchIconUrl": "{{$touchIconUrl}}", "homeUrl": "{{$homeUrl}}", "homeLinkText": "{{$homeLinkText}}", "bgColor": "{{$bgColor}}", "description": "{{$description}}", "hasContactForm": {{$hasContactForm}}, "mailboxId": {{$mailboxId}}, "contactEmail": "{{$contactEmail}}", "styleSheetUrl": "{{$styleSheetUrl}}", "headerCode": "{{$headerCode}}"}'