---
title: "Inherits"
method: POST
path: "/v3/configs/config/inherits"
---

# Inherits

`POST /v3/configs/config/inherits`

## Request body

- object
  - `project` string, required — Unique identifier for the project object of the config doing the inheriting.
  - `config` string, required — Name of the config object doing the inheriting.
  - `inherits` object[], required — Array of objects indicating which configs are being inherited.
    - `project` string, required — Unique identifier for the project object of the config being inherited.
    - `config` string, required — Name of the config object being inherited.

## Response `200`

200

- object
  - `config` object
    - `name` string
    - `root` boolean
    - `inheritable` boolean
    - `inheriting` boolean
    - `inherits` object[]
      - `project` string
      - `config` string
    - `inheritedBy` unknown[]
      - unknown
    - `locked` boolean
    - `initial_fetch_at` string
    - `last_fetch_at` string
    - `created_at` string
    - `environment` string
    - `project` string
    - `slug` string
  - `success` boolean

---

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