Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.02 KB

File metadata and controls

42 lines (28 loc) · 1.02 KB

Spreadsheet Cloud API: moveFile

Quick Start

  • Base URL: http://api.aspose.cloud/v4.0
  • Authentication Method: JWT (OAuth2, application) Token URL: https://api.aspose.cloud/connect/token

Interface Details

Endpoint

PUT http://api.aspose.cloud/v4.0/cells/storage/file/move/{srcPath}

Function Description

The request parameters of moveFile API are:

Parameter Name Type Path/Query String/HTTPBody Description
srcPath String Path
destPath String Query
srcStorageName String Query
destStorageName String Query
versionId String Query

Response Description

{
Void
}

OpenAPI Specification

The OpenAPI Specification defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.

[Back to API list]
[Back to README]