Skip to main content
PATCH
Update Trust Center update

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

slugId
string
required
updateId
string
required

Body

application/json
title
string
required

Title of the update.

description
string
required

Description of the update.

category
enum<string>
required

Category of the update.

Available options:
GENERAL,
COMPLIANCE,
SECURITY,
PRIVACY,
INCIDENT,
ROADMAP
visibilityType
enum<string>

Visibility type of the update.

Available options:
PUBLIC,
PRIVATE

Response

200 - application/json

Ok

id
string
required

Unique identifier for the update.

title
string
required

Title of the update.

description
string
required

Description of the update.

category
enum<string>
required

Category of the update.

Available options:
GENERAL,
COMPLIANCE,
SECURITY,
PRIVACY,
INCIDENT,
ROADMAP
creationDate
string<date-time>
required

Date the update was created.

updatedDate
string<date-time>
required

Date the viewer was last updated.

visibilityType
enum<string>
required

Visibility type of the update.

Available options:
PUBLIC,
PRIVATE
notifiedEmails
string[]

Emails to notify about the update.