Skip to main content

Updates an existing AI Proxy agent.

PUT 

/api/v2/agent/aiproxy/:agentCode

Updates an existing AI Proxy agent.

Request

Path Parameters

    agentCode stringrequired

    The code of the AI Proxy agent to update.

Query Parameters

    culture string

    Use this param to override the culture of the response. Options: - en (default) - es

Body

The AI Proxy agent update request containing details.

    general

    object

    name stringrequired

    Possible values: non-empty and <= 64 characters

    description stringnullable

    Possible values: <= 2000 characters

Responses

AI Proxy agent updated successfully.

Loading...