Restore Content
The "Content-Type" of the request is multipart/form-data.
Request
URI
POST
https://{api_host}/suite-api/api/content/restore
COPY
Query Parameters
boolean
forceContentUpdate
Optional
Constraints:
default: true
True to force solution content overwrite
Request Body
File
of type(s)
multipart/form-data
Optional
Show optional properties
{
"contentFile": "string"
}
"No Custom Example is Available"
string
contentFile
Required
Multipart file, Multipart name should be "contentFile"
Responses
202
The content is restored successfully
Operation doesn't return any data structure
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: multipart/form-data' -d '{"contentFile:"string"}' https://{api_host}/suite-api/api/content/restore
Deprecated
On This Page
Content Management Operations
POST
Restore Content
Deprecated
GET
Get Last Import Operation
POST
Import Content
GET
Get Last Export Operation
POST
Export Content
POST
Backup Content
Deprecated
GET
Get Restore Content Data
Deprecated
GET
Get Content Progress
Deprecated
GET
Download
GET
Download Backup Content Data
Deprecated