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
}

Documentation Index

Fetch the complete documentation index at: https://developers.myhero.so/llms.txt

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

Updates the company info and call-to-action branding stored on a project’s published portal. Requires the caller to be the project owner or have workspace edit permission.

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