---
title: "Update media asset properties."
method: PUT
path: "/media/{id}"
tags: ["Media"]
---

# Update media asset properties.

`PUT /media/{id}`

## Path parameters

- `id` string, required

## Request body

- MediaRequest — Media request model. Used for creating and updating media
  - `name` string, nullable — The media name
  - `group_id` string, nullable — The group id
  - `tags` string, nullable — The tags associated with this media
  - `advertiser_id` string, nullable — The advertiser id. Optional
  - `is_shared` boolean, nullable — Is this media shared with other accounts
  - `start_date` string, date-time, nullable — The start date for this media
  - `end_date` string, date-time, nullable — The end date for this media

## Response `204`

No Content

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/reveldigital/apis/revel-digital-rest-api.md) · [All operations](https://skmtc.net/reveldigital/apis/revel-digital-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reveldigital/revel-digital-rest-api/versions/f23a94aea621/schema)
