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
The code of the agent.
The version number of the agent.
Query Parameters
Use this param to override the culture of the response. Options: - en (default) - es
- application/json
- text/json
- application/*+json
Body
The general information update request.
Possible values: non-empty and <= 64 characters
Possible values: <= 2000 characters
Body
The general information update request.
Possible values: non-empty and <= 64 characters
Possible values: <= 2000 characters
Body
The general information update request.
Possible values: non-empty and <= 64 characters
Possible values: <= 2000 characters
Responses
- 200
- 400
- 401
- 403
- 404
- 500
General information updated successfully.
If the request is invalid.
The user is unauthorized or the session expired
The user does not have permission
If the agent or version is not found.
There was an unexpected error