cURL
curl --request PUT \ --url https://api.trymaitai.ai/api/v1/applications/{application_id} \ --header 'Content-Type: application/json' \ --header 'X-Maitai-Api-Key: <api-key>' \ --data ' { "application_name": "Customer Support v2" } '
{ "data": { "id": 42, "application_name": "Customer Support v2", "application_ref_name": "customer-support", "state": "ENABLED" } }
Update an application’s name, reference name, or other fields.
Your Maitai API key from the Portal.
Update application.
A top-level project that groups intents, sessions, and models.
Show child attributes
Was this page helpful?