---
title: "Manage default enabled products"
method: PUT
path: "/default_products/{owner}"
tags: ["products"]
---

# Manage default enabled products

`PUT /default_products/{owner}`

Manage default enabled products for new repositories

## Path parameters

- `owner` string, required — The owner of the repository

## Request body

- RepositoryBodyInput
  - `products` string[], required

## Response `204`

No content

## Other responses

- `403` — Forbidden
- `404` — Not found
- `409` — Conflict
- `422` — Unprocessable entity

## Changes

- **2026-08-28** `b3864dcc206a` — 1 info
  - the endpoint scheme security `MergifyTokenBearerAuth` was added to the API
- **2026-08-13** `29857c6146cf` — 2 info
  - the endpoint scheme security `AdminApplicationKey` was added to the API
  - the endpoint scheme security `ApplicationAuth` was removed from the API

[Change history](https://skmtc.dev/mergify/apis/mergify-api/changes/default_products/:owner/put.md)

---

[API](https://skmtc.dev/mergify/apis/mergify-api.md) · [All operations](https://skmtc.dev/mergify/apis/mergify-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mergify/mergify-api/revisions/d8cf048803ed/schema)
