Skip to main content
PUT
Enable or disable the trust portal

Authorizations

X-API-Key
string
header
required

API key for authentication

Body

application/json

Whether the public trust portal is published, plus its contact

enabled
boolean
required

True publishes the trust portal; false takes it back to draft.

Example:

true

contactEmail
string<email>

Address shown on the portal for access requests.

Example:

"security@acme.com"

primaryColor
string

Portal accent color in hex.

Example:

"#3B82F6"

Response

200 - undefined