Skip to main content

Publishes a version, making it the current active version.

PUT 

/api/v2/AgentVersion/:agentCode/Publish/:agentVersion

Publishes a version, making it the current active version.

Request

Path Parameters

    agentCode stringrequired

    The code of the agent.

    agentVersion int32required

    The version of the agent.

Query Parameters

    culture string

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

Responses

Agent version published successfully.

Loading...