1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-04-12 08:53:14 +00:00

chore: TSDoc comments updated

This commit is contained in:
Saad Jutt
2021-06-13 16:25:04 +05:00
parent b61cf34723
commit c5e995f8d6
2 changed files with 3 additions and 4 deletions

View File

@@ -541,7 +541,7 @@ export class SASViyaApiClient {
/**
* Creates a file. Path to or URI of the parent folder is required.
* @param fileName - the name of the new file.
* @param content - the content of the new file.
* @param contentBuffer - the content of the new file in Buffer.
* @param parentFolderPath - the full path to the parent folder. If not
* provided, the parentFolderUri must be provided.
* @param parentFolderUri - the URI (eg /folders/folders/UUID) of the parent