> ## Documentation Index
> Fetch the complete documentation index at: https://api-documentation.kare-app.fr/llms.txt
> Use this file to discover all available pages before exploring further.

# Tag-types

> API changes for the Tag-types module.

<Update label="2026-08-26">
  **1 API change(s)**

  **`GET /rs/tag-types/v1/`**

  * added the new optional `query` request parameter `countOnly`
</Update>

<Update label="2026-07-29">
  **13 API change(s) — ⚠️ includes 2 breaking change(s)**

  **`POST /rs/tag-types/v1/`**

  * api removed without deprecation

  **`PATCH /rs/tag-types/v1/{id}`**

  * api removed without deprecation

  **`GET /rs/tag-types/v1/`**

  * added the new optional `query` request parameter `whereKind`
  * added the enum value `count-library-anomalies` to the property `items/` of the `query` request parameter `extend`
  * added the optional property `data/items/countLibraryAnomalies` to the response with the `200` status

  **`POST /rs/tag-types/v1/anomaly-categories`**

  * endpoint added

  **`PATCH /rs/tag-types/v1/anomaly-categories/{id}`**

  * endpoint added

  **`POST /rs/tag-types/v1/unit-tag-types`**

  * endpoint added

  **`PATCH /rs/tag-types/v1/unit-tag-types/{id}`**

  * endpoint added

  **`GET /rs/tag-types/v1/{id}`**

  * added the enum value `actions-info` to the property `items/` of the `query` request parameter `extend`
  * added the enum value `count-library-anomalies` to the property `items/` of the `query` request parameter `extend`
  * added the optional property `actions` to the response with the `200` status
  * added the optional property `countLibraryAnomalies` to the response with the `200` status
</Update>

<Update label="2026-07-27">
  **2 API change(s)**

  **`GET /rs/tag-types/v1/`**

  * added the enum value `units` to the property `items/` of the `query` request parameter `extend`
  * added the optional property `data/items/units` to the response with the `200` status
</Update>

<Update label="2026-07-20">
  **5 API change(s)**

  **`GET /rs/tag-types/v1/`**

  * endpoint added

  **`POST /rs/tag-types/v1/`**

  * endpoint added

  **`DELETE /rs/tag-types/v1/{id}`**

  * endpoint added

  **`GET /rs/tag-types/v1/{id}`**

  * endpoint added

  **`PATCH /rs/tag-types/v1/{id}`**

  * endpoint added
</Update>
