Reopen a support ticket

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.

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
PUT https://cloud.hostup.se/api/support/tickets/{number}/open
For AI assistants
cURL
curl -X PUT "https://cloud.hostup.se/api/support/tickets/853932/open" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "success": true,
  "timestamp": "string",
  "requestId": "string",
  "data": {
    "status": "string",
    "message": "string"
  }
}