Skip to main content

Updates the AI model associated with an agent version.

PATCH 

/api/v2/AgentVersion/:agentCode/:agentVersion/model

Updates the AI model associated with an agent version.

Request

Path Parameters

    agentCode stringrequired

    The code of the agent.

    agentVersion int32required

    The version number of the agent.

Query Parameters

    culture string

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

Body

The AI model update request.

    main

    object

    required

    id uuidrequired

Responses

AI model updated successfully.

Loading...