Reopen a previously closed support ticket. Useful if you have further questions or the issue is not fully resolved. Returns a status confirmation and a request ID.
number integer · min: 1 required Example Unique number identifier
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/support/tickets/{number}/open curl -X PUT "https://cloud.hostup.se/api/support/tickets/853932/open" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"status": "string",
"message": "string"
}
}