Skip to content

Commit cea5cc9

Browse files
committed
update docstrings
1 parent ea27266 commit cea5cc9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/requests.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,10 @@ export async function deleteObjects(
268268
* Rename an object.
269269
*
270270
* @param driveName
271-
* @param options.path The path of object.
271+
* @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.
272275
*
273276
* @returns A promise which resolves with the contents model.
274277
*/

0 commit comments

Comments
 (0)