# Function description
The task scheduler is used to return the installation completion information to the task creator
# Request
# Request example
POST /job/installAssets/complete HTTPS
Host: <host>
Content-Type: application/json
# Request Parameters
none
# Request Headers
none
# Request Body
The request body is a json string, for example:
{
"data": {
"code": 0,
"assetsStatus": {
"81C313F8-8C4 C-4C56-9639-B962BEC4C1D4.videofx": "success"
},
"message": "success"
},
"type": 7,
"uuid": "3131cd2c-ea72-48bd-aeaa-d5e35b07060f"
}
# Response
# Response Header
No special response header
# Response Body
{
"code": 0,
"message": "",
"data": null
}