UpdateNamespaceReq
- nameType: stringrequired
Updated name
- settingsType: object ยท BrandSettings
- companyType: stringrequired
Company name shown in branded headers, footers, and signing pages.
- contactType: string Format: email
Email requiredReply-to / support contact email shown to recipients of branded communications.
- logoType: string
File Id requiredID of the logo file. Upload the asset first via
POST .../files/upload-urland pass the returnedfileIdhere. Fetch the bytes via the files endpoint when you need to render the logo. - senderType: string
Name requiredDisplay name shown as the sender on outbound emails (e.g. "Acme Corp HR").
- addressType: string
Optional postal address for the brand. Shown in email footers where required for compliance (e.g. CAN-SPAM).
- phoneType: string
Optional contact phone number shown alongside
contactEmailon branded surfaces. - senderType: string Format: email
Email From-address used on outbound emails. Must be on a verified sending domain โ see
senderEmailVerified. - senderType: boolean
Email Verified read-onlyWhether
senderEmailhas passed domain verification. Response-only โ set by the verification flow, not byPATCH. Outbound emails fall back to a default sender whenfalse.
- timezoneType: string
IANA timezone name used to render dates in this namespace's documents when a JSONata expression does not name a zone explicitly.
Omit the field to leave the stored timezone unchanged, so a branding-only update cannot disturb it. Send a zone name to set it. There is no value that clears it โ every namespace has a timezone, and
""is rejected with400rather than treated as omitted.Must be a Region/City IANA name, or
UTC. Ambiguous abbreviations (EST,PST) and fixed-offset zones (Etc/GMT+8) are rejected with400, because they do not observe daylight saving and would render dates an hour out for part of the year.
