Skip to main content

Creates a new draft for an agent version

POST 

/api/v2/AgentVersion/:agentCode/Draft/:agentVersion

Creates a new draft for an agent version

Request

Path Parameters

    agentCode stringrequired

    The code of the agent.

    agentVersion int32required

    The version of the agent (optional).

Query Parameters

    culture string

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

Responses

Draft version created successfully.

Loading...