Create webpage resource
Create a webpage (URL-type) resource in the Trust Knowledge Base.
Request body
The title of the webpage resource.
The URL of the webpage.
A description for the webpage resource.
Customer-facing visibility of a knowledge-base resource on the Trust Center. Use {@link CUSTOMER_VISIBILITY_TO_DB} to translate to {@link TrustCenterResourceVisibility} when persisting.
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.
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
Customer-facing expiration status used by knowledge-base API responses (answer library entries and resources). Derived from the persisted expiresAt field at read time.
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).