---
title: "Add a genre to an On Demand page"
method: PUT
path: "/ondemand/pages/{ondemand_id}/genres/{genre_id}"
tags: ["On Demand\\Genres"]
---

# Add a genre to an On Demand page

`PUT /ondemand/pages/{ondemand_id}/genres/{genre_id}`

Information about this method appears below.

## Path parameters

- `genre_id` string, required
- `ondemand_id` number, required

## Response `201`

The genre was added.

## Other responses

- `400` — You can't add more than two genres to an On Demand page.
- `403` — You can't modify an On Demand page that you don't own.
- `404` — No such On Demand page or genre exists.

---

[API](https://skmtc.net/vimeo/apis/vimeo-api.md) · [All operations](https://skmtc.net/vimeo/apis/vimeo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vimeo/vimeo-api/revisions/ea882e0224a4/schema)
