We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea27266 commit cea5cc9Copy full SHA for cea5cc9
src/requests.ts
@@ -268,7 +268,10 @@ export async function deleteObjects(
268
* Rename an object.
269
*
270
* @param driveName
271
- * @param options.path The path of object.
+ * @param options.path The original path of object.
272
+ * @param options.newPath The new path of object.
273
+ * @param options.newFileName The name of the item to be renamed.
274
+ * @param options.registeredFileTypes The list containing all registered file types.
275
276
* @returns A promise which resolves with the contents model.
277
*/
0 commit comments