AlphaAlpha Docs

Support Settings

Support Settings API

Get support settings

GET
/support/settings
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/support/settings"
{
  "categories": [
    {
      "active": true,
      "color": "string",
      "isActive": true,
      "name": "string"
    }
  ],
  "id": "string",
  "tenantId": "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"
}

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

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"
    }
  ],
  "id": "string",
  "tenantId": "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"
}