Skip to main content
PUT
/
published
/
{projectId}
/
branding
Update published branding
curl --request PUT \
  --url https://app.myhero.so/published/{projectId}/branding \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "companyBranding": {
    "name": "<string>",
    "logo": "<string>",
    "url": "<string>"
  },
  "ctaBranding": {
    "text": "<string>",
    "url": "<string>"
  }
}
'
{
  "data": true
}

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

projectId
string
required
Minimum string length: 1

Body

application/json
companyBranding
object
ctaBranding
object

Response

200 response

data
boolean
required