Force Complete
POST/forceComplete
This API is used to terminate data import job.
The Authorization
must have Bearer
followed by Token
.
No params
Request
Path Parameters
path stringrequired
Responses
- 200
Force Complete
Response Headers
Date
string
Server
string
Set-Cookie
string
Transfer-Encoding
string
X-Frame-Options
string
- application/json
- Schema
- Example (from schema)
- Force Complete
Schema
errorCode string
errorMessage string
status string
{
"errorCode": "0",
"errorMessage": "",
"status": "SUCCESS"
}
{
"errorCode": "0",
"errorMessage": "",
"status": "SUCCESS"
}
Loading...