# 2025-03-04: Media Service - support for brands

## Overview

Request body for creating or updating assets has been extended with new reference type - `BRAND` - which should be used to assign media to the brands.

## Updated endpoints

| Endpoint                                                                                                                                    | Description                                                        |
| ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| [Creating a media](https://developer.emporix.io/api-references/api-guides/media/media/api-reference/assets)                                 | Request body's `refIds.type` field has a new enum value - `BRAND`. |
| [Updating a media](https://developer.emporix.io/api-references/api-guides/media/media/api-reference/assets#put-media-tenant-assets-assetid) | Request body's `refIds.type` field has a new enum value - `BRAND`. |

## Known problems

There are no known problems.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.emporix.io/changelog/archive/changelog-2025/2025-03-04-media.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
