/support-package
Create a Support Package to send to Dbvisit support
Request
HTTP Method: POST
Content Type: application/json
Parameters
Property | Type | Description | Required |
---|---|---|---|
| integer(int64) | task ID for support package | required |
{
"params": {
"task_id": 1
}
}
Response
HTTP Status: 200
Content Type: application/json
Response
Property | Type | Description |
---|---|---|
| object of type | error response |
| object of type | support-package response |
| boolean | response with error or not |
error_response
Property | Type | Description |
---|---|---|
| string | error message |
support_package_response
Property | Type | Description |
---|---|---|
| string | the URL where you can download the support package |
{
"error": {
"message": "string"
},
"result": {
"url": "string"
},
"successful": true
}
HTTP Status: 400
Content Type: application/json
Response
Property | Type | Description |
---|---|---|
| object of type | error response |
| boolean | always false |
error_response
Property | Type | Description |
---|---|---|
| string | error message |
{
"error": {
"message": "string"
},
"successful": false
}