Ciele

Update a Help Desk

PATCH/api/v1/help-desks/{id}

Requires an Organization API key with the edit capability.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

Request Body

application/json

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X PATCH "https://example.com/api/v1/help-desks/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "id": "string",  "description": "string",  "name": "string",  "organizationId": "string",  "createdAt": "string",  "updatedAt": "string",  "autoGenerateImprovements": true,  "ticketingIntegration": null}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}