---
title: "Sets the enabled and existing package repositories."
method: POST
path: "/Repositories"
tags: ["Package"]
---

# Sets the enabled and existing package repositories.

`POST /Repositories`

## Request body

- RepositoryInfo[], nullable — The list of package repositories.
  - `Name` string, nullable — Gets or sets the name.
  - `Url` string, nullable — Gets or sets the URL.
  - `Enabled` boolean — Gets or sets a value indicating whether the repository is enabled.

## Response `204`

Package repositories saved.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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