> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trlyr.com/llms.txt
> Use this file to discover all available pages before exploring further.

# May 1, 2026

> Deprecation notices for SoE/SoC endpoints and ramp-rated asset migration, OpenAPI v3.0, and bug fixes.

### Notification timelines (deprecations & behaviour changes)

* **State of Energy and State of Charge Endpoints** — We are deprecating the endpoints:

  * `/organisations/{organisationID}/virtual-assets/{virtualAssetID}/state-of-charge`
  * `/organisations/{organisationID}/virtual-assets/{virtualAssetID}/state-of-energy`

**Timeline**

**22/05/2026** is the end of life for these endpoints. They will continue to function after this date, but will no longer be actively maintained.

**Migration Path**

State of energy and state of charge data of virtual assets should instead be obtained from the endpoint:

* `/organisations/{organisationID}/virtual-assets/{virtualAssetID}/operational`

by specifying the data categories `stateOfCharge` and `stateOfEnergy`.

* **Ramp Rated Assets** — We are migrating all users over to virtual assets with ramps. This is to better utilise the physical MW on our platform and significantly increase usable power capacity for all users.

**Timeline**

**22/05/2026** is the migration date at which point ramp rated assets will be considered the default for all users.

### New features

* **Migration to OpenAPI v3.0** — Our API docs have now been migrated from OpenAPI v2.1 to OpenAPI v3.0. This means more enriched support for tooling that was not available with the older version of OpenAPI.

### Bug fixes

* Conflicts between state of energy boundaries due to FCR commitments & asset availabilities were leading to bad states where some assets could have upper state of energy boundaries less than their lower state of energy boundary. This has now been resolved.
* A bug during aFRR bid submission that was causing unnecessary rejections has now been resolved.
