Skip to main content
PUT
Update an existing application

Authorizations

x-api-key
string
header
required

Your unique Avido API key

x-application-id
string
header
required

Your unique Avido Application ID

Path Parameters

id
string<uuid>
required

The unique identifier of the application

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
Example:

"123e4567-e89b-12d3-a456-426614174000"

Body

application/json

Request body for updating an existing application

title
string

Title of the application

Minimum string length: 1
Example:

"Customer Support Bot"

slug
string

URL-friendly slug for the application

Minimum string length: 1
Example:

"customer-support-bot"

description
string

Description of the application

Maximum string length: 2048
Example:

"AI assistant for customer support inquiries"

context
string

Context/instructions for the application

Maximum string length: 8192
Example:

"You are a helpful customer support assistant..."

language
enum<string>

Language of the application.

Available options:
da,
de,
en,
es,
fr,
it,
nl,
pt,
sv
Example:

"en"

type
enum<string>

Type of the application

Available options:
CHATBOT,
AGENT
Example:

"CHATBOT"

environment
enum<string>
default:DEV

Environment of the application

Available options:
DEV,
PROD
Example:

"DEV"

humanAnnotationEnabled
boolean

Whether human annotation is enabled for this application

Example:

false

Response

Successfully updated application

Successful response containing the application data

data
Application · object
required

Application configuration and metadata