Restore Content Using POST
The "Content-Type" of the request is multipart/form-data.
Request
URI
POST
https://{api_host}/api/content/restore
COPY
Query Parameters
boolean
forceContentUpdate
Optional
True to force solution content overwrite
Request Body
File of type(s) multipart/form-data
Required
{
"contentFile": "string"
}
string
contentFile
Required
Multipart file, Multipart name should be "contentFile"
Responses
202
The content is restored successfully
Operation doesn't return any data structure
Deprecated
On This Page
Content Management Operations
POST
Backup Content Using POST
Deprecated
GET
Download Backup Content Data Using GET
Deprecated
GET
Download Using GET
POST
Export Content Using POST
GET
Get Content Progress Using GET
Deprecated
GET
Get Last Export Operation Using GET
GET
Get Last Import Operation Using GET
GET
Get Restore Content Data Using GET
Deprecated
POST
Import Content Using POST
POST
Restore Content Using POST
Deprecated