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

Response

OK

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