Send replies to existing support tickets. The reply is sent to the specified ticket number and can be used to update the ticket's status. The ticket ID is obtained from a previous request, for example, via GET /api/support/tickets.
number integer · min: 1 required Example Unique number identifier
Accept Example Content-Type Example body string required success boolean timestamp string requestId string data object error string message string code string timestamp string requestId string https://cloud.hostup.se/api/support/tickets/{number}/reply curl -X POST "https://cloud.hostup.se/api/support/tickets/481818/reply" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"body": "string"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"info": [
"string"
]
}
} {
"body": "string"
}