Close a support ticket

Mark a support ticket as closed when the issue is resolved or no longer requires attention. Returns a requestId for tracking.

Path Parameters

number integer · min: 1 required Example

Unique number identifier

Headers

Accept Example
Content-Type Example

Responses

200
success boolean
timestamp string
requestId string
data object
429
error string
message string
retryAfter string
requestId string
PUT https://cloud.hostup.se/api/support/tickets/{number}/close
For AI assistants
cURL
curl -X PUT "https://cloud.hostup.se/api/support/tickets/119075/close" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "success": true,
  "timestamp": "string",
  "requestId": "string",
  "data": {
    "status": "string",
    "message": "string"
  }
}