@wildix/wim-knowledge-base-client > KnowledgeBase > getDocumentUploadUrl
KnowledgeBase.getDocumentUploadUrl() method
Signature:
getDocumentUploadUrl(args: GetDocumentUploadUrlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDocumentUploadUrlCommandOutput) => void): void;
Parameters
Parameter | Type | Description |
|---|---|---|
args | ||
options | __HttpHandlerOptions | |
cb | (err: any, data?: GetDocumentUploadUrlCommandOutput) => void |
Returns:
void