Class 5 AI Agent Provider
Update
Update an existing Class 5 AI Agent Provider record by ID.
put/api/cp/class5/ai-agent-provider/{id}
Path parameters
idinteger required
Id identifier
Request body
Example request
{
"id": 12345,
"component_type": "asr",
"provider": "example_provider",
"name": "Example Name",
"scope": "system",
"account_id": 1,
"settings": "Sample settings text content",
"is_default": true,
"enabled": true,
"created_at": "2025-01-17T10:30:00Z",
"updated_at": "2025-01-17T10:30:00Z",
"default_slot": 1,
"model": "example_model",
"abstract": "example_abstract"
}Response
Operation completed successfully
Example response
{
"status": "OK"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.