Converts a draft version into a normal version without publishing it.
PUT/api/v2/AgentVersion/:agentCode/Draft/:agentVersion/Save
Converts a draft version into a normal version without publishing it.
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
- 200
- 400
- 401
- 403
- 500
Draft version saved successfully.
If the request is invalid or business validation fails.
The user is unauthorized or the session expired
The user does not have permission
There was an unexpected error
Loading...