Skip to main content
PATCH
Update Trust Center document

Authorizations

Authorization
string
header
required

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

Path Parameters

slugId
string
required
resourceId
string
required

Body

application/json
title
string

Title of the Trust Center document.

isPublic
boolean

Boolean determining whether the document is publicly available.

description
string

Description of the uploaded document.

Response

200 - application/json

Ok

id
string
required

Unique identifier for the document.

fileName
string | null
required

The file name of the document.

title
string
required

The document's title.

description
string | null
required

The document's description

mimeType
string
required

Mime type of the document.

creationDate
string<date-time>
required

Date of when the document was uploaded.

updatedDate
string<date-time>
required

Date when the document was last updated.

isPublic
boolean
required

Boolean determining whether the document is publicly available.