Reverts a squad to a specific version snapshot.
POST https://gateway.orkeia.ai/squads/{id}/version-control
Authenticationauthorization: <your_token>.
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| id | string | Yes | Unique identifier of the squad. | SQUAD_1234 |
Note: this endpoint does not create a new version. It reverts the squad to an existing version, identified by versionControl.
GET /squads/{id}/version-control/{versionId} (if available in your API).