Ciele
Assistenten

Update an Assistant

PATCH/api/v1/assistants/{id}

Erfordert einen API-Schlüssel der Organisation mit der Berechtigung „edit“.

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/assistants/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "id": "string",  "title": "string",  "nickname": "string",  "description": "string",  "avatarUrl": "string",  "welcomeMessage": "string",  "aiDisclaimer": "string",  "suggestedQuestions": [    "string"  ],  "answeringStyle": "string",  "chatLauncherEnabled": true,  "allowedDomains": [    "string"  ],  "requireSignIn": true,  "createdAt": "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"  }}
{  "error": {    "code": "string",    "message": "string"  }}