connectwisdomservice_start_content_upload: Get a URL to upload content to a knowledge base

View source: R/connectwisdomservice_operations.R

connectwisdomservice_start_content_uploadR Documentation

Get a URL to upload content to a knowledge base

Description

Get a URL to upload content to a knowledge base. To upload content, first make a PUT request to the returned URL with your file, making sure to include the required headers. Then use create_content to finalize the content creation process or update_content to modify an existing resource. You can only upload content to a knowledge base of type CUSTOM.

See https://www.paws-r-sdk.com/docs/connectwisdomservice_start_content_upload/ for full documentation.

Usage

connectwisdomservice_start_content_upload(contentType, knowledgeBaseId)

Arguments

contentType

[required] The type of content to upload.

knowledgeBaseId

[required] The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.