Agent Versioning - Versions
Diff two versions
Deprecated. Kept working during the v1 coexistence window (~1 month). Migrate to GET /agent/{id}/diff?a=<revisionId>&b=<revisionId>. Will be removed at the sunset date.
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
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
}