Agents
Restore an agent version
Restores a previous version of an agent configuration as the new version.
Sample request:
{
"content":"Comments about why this version is being restored"
}
POST
Restore to a previous agent version
Authorizations
API Key authorization header. Example: "Authorization: ApiKey {your-api-key}"
OAuth 2.0 Bearer token. Example: "Authorization: Bearer {access-token}"
Path Parameters
The ID of the agent
The version number to restore
Body
Comments to include with the restored version
Response
The version was successfully restored