# v1.1

**Released** **17.02.2026**

You find a Postman example [here](https://github.com/CoreLedger-TEOS/API). You can access the TEOS API Swagger documentation [here.](https://teosapi.coreledger.net/swagger/index.html)

## New Features:

* **Asset amendments management:**

  It is now possible to add asset amendments and retrieve them again.\
  🔗 `POST /odata/v1.1/Assets({key})/Amendment` –  create amendment for specified asset.\
  🔗 `GET /odata/v1.1/Assets({key})/ChangeLog` – retrieves original asset and its amendments.

## Changes:

* Improved error handling for unlink asset method

{% hint style="warning" %}
**Breaking changes:**

* **The search endpoint (by name and/or issuer) has been removed in favor of the "/assets" endpoint.**
  * Removed:\
    \[HttpGet("odata/v1.0/Assets/Search(issuer={issuer},name={name})")]\
    \[HttpGet("odata/v1.0/Assets/Search(issuer={issuer})")]\
    \[HttpGet("odata/v1.0/Assets/Search(name={name})")]

* **The "/my" endpoint has been removed in favor of the "/assets" endpoint.**
  * Removed:\
    \[HttpGet("odata/v1.0/Assets/My")]
    {% endhint %}

## Fixed bugs:

* Fixed error handling when invalid "CreatedBy" is provided during creating a controller.&#x20;
