AlphaAlpha Docs
API ReferenceSupport settings

Update support settings

PATCH
/support/settings
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X PATCH "http://localhost:18080/api/v1/support/settings" \  -H "Content-Type: application/json" \  -d '{}'
{
  "categories": [
    {
      "active": true,
      "color": "string",
      "isActive": true,
      "name": "string"
    }
  ],
  "elapsedThresholdDays": 0,
  "id": "string",
  "statusConfigs": [
    {
      "color": "string",
      "isActive": true,
      "isResolutionStatus": true,
      "isSystemStatus": true,
      "key": "string",
      "label": "string",
      "order": 0
    }
  ],
  "tenantId": "string",
  "ticketPrefix": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}