Globus SDK for JavaScript
    Preparing search index...
    • Rename or move a file, directory, or symlink on an endpoint filesystem. If the object is a symlink, the symlink itself is renamed, not its target The endpoint must be activated before performing this operation. When moving to a different parent directory, the parent directory of the new path must already exist.

      Parameters

      • endpoint_xid: string
      • options: { payload: { new_path: string; old_path: string } } & {
            headers?: Headers;
            query?: {
                [key: string]:
                    | string
                    | number
                    | boolean
                    | (string | number | null | undefined)[]
                    | null
                    | undefined;
            };
        }
      • OptionalsdkOptions: SDKOptions

      Returns Promise<Response>