Skip to main content

Updates the instructions configuration of a system agent version.

PATCH 

/api/v2/AgentVersion/:agentCode/:agentVersion/instructions

Updates the instructions configuration of a system 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 instructions configuration request.

    systemDefinition stringrequired

    Possible values: non-empty and <= 40000 characters

    responseFormatType stringnullable
    responseFormat stringnullable

    Possible values: <= 4000 characters

Responses

Instructions configuration updated successfully.

Loading...