Mark a support ticket as closed when the issue is resolved or no longer requires attention. Returns a requestId for tracking.
number integer · min: 1 required Example Unique number identifier
Accept Example Content-Type Example success boolean timestamp string requestId string data object error string message string retryAfter string requestId string https://cloud.hostup.se/api/support/tickets/{number}/close curl -X PUT "https://cloud.hostup.se/api/support/tickets/119075/close" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"status": "string",
"message": "string"
}
}