Skip to main content
POST
/
platform
/
developer
/
packages
/
{applicationKey}
/
files_rename
Error
A valid request URL is required to generate request examples
{
  "id": "<string>",
  "type": "<string>",
  "path": "<string>",
  "checkSum": "<string>",
  "sizeInBytes": 123,
  "auditInfo": {
    "updateDate": "2023-11-07T05:31:56Z",
    "createDate": "2023-11-07T05:31:56Z",
    "updateBy": "<string>",
    "createBy": "<string>"
  }
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

applicationKey
string
required

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json
oldFullPath
string | null
newFullPath
string | null

Response

Success

id
string | null
type
string | null
path
string | null
checkSum
string | null
sizeInBytes
integer<int64>
auditInfo
object