Updates the AI model associated with an agent version.
PATCH/api/v2/AgentVersion/:agentCode/:agentVersion/model
Updates the AI model associated with 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
- application/json
- text/json
- application/*+json
Body
The AI model update request.
main
object
required
id uuidrequired
Body
The AI model update request.
main
object
required
id uuidrequired
Body
The AI model update request.
main
object
required
id uuidrequired
Responses
- 200
- 400
- 401
- 403
- 404
- 500
AI model updated successfully.
If the request is invalid or the model is not available.
The user is unauthorized or the session expired
The user does not have permission
If the agent, version, or model is not found.
There was an unexpected error
Loading...