Skip to main content
POST
Overwrite File Payload Binary

Authorizations

Authorization
string
header
required

Standard HTTP Bearer token authentication header (e.g. Authorization: Bearer pk_live_...).

Path Parameters

id
integer
required

Unique database ID of the file record.

Body

multipart/form-data
file
file
required

Replacement executable/DLL payload.

reupload
enum<string>
required
Available options:
true
Example:

"true"

Response

File payload re-uploaded.

success
boolean
Example:

true

message
string
Example:

"Operation completed successfully"