Agent Versioning - Versions
Diff two versions
Compare two version or draft revision records side-by-side by their IDs. The implementation tries published versions first and can fall back to the latest draft revision.
get/agent/{id}/versions/diff
Path parameters
idstring required
Example:60d0fe4f5311236168a109ca
The agent ID
Query parameters
versionAstring required
ID of the first version
versionBstring required
ID of the second version
Response
Diff returned successfully
Example response
{
"status": true
}