Skip to main content

Updates the general information of an agent version.

PATCH 

/api/v2/AgentVersion/:agentCode/:agentVersion/general

Updates the general information of 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 general information update request.

    name stringrequired

    Possible values: non-empty and <= 64 characters

    description stringnullable

    Possible values: <= 2000 characters

Responses

General information updated successfully.

Loading...