Create webpage resource
Create a webpage (URL-type) resource in the Trust Knowledge Base.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The title of the webpage resource.
1The URL of the webpage.
A description for the webpage resource.
The actor to assign as owner. Currently only type "User" is supported.
Customer visibility on the Trust Center.
PRIVATE, SHAREABLE, REQUEST_ACCESS, PUBLIC Whether to scan sub-pages one level deep alongside the primary URL.
Whether the resource should be used for question-answering in Questionnaire Automation.
Expiration date in ISO 8601 format.
Tags to associate with the resource.
Trust Center category id to associate this resource with. Pass null
to keep the resource uncategorized. Only valid when customerVisibility
is REQUEST_ACCESS or PUBLIC; other combinations and unknown ids return
an InvalidInputError.
Response
Ok
URL PRIVATE, SHAREABLE, REQUEST_ACCESS, PUBLIC, null Customer-facing expiration status used by knowledge-base API responses
(answer library entries and resources). Derived from the persisted
expiresAt field at read time.
CURRENT, EXPIRED Trust Center category id the resource is currently filed under, or
null if uncategorized (or not on the Trust Center, which is the case
for PRIVATE / SHAREABLE resources).