Skip to main content

Updates an existing AI Proxy agent with version state

PUT 

/api/v2/agent/aiproxy/:agentCode/:agentVersionState

Updates an existing AI Proxy agent with version state

Request

Path Parameters

    agentCode stringrequired

    The code of the AI Proxy agent to update.

    agentVersionState stringrequired

    The version state of the new agent version.

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...