v1

latestOpenAPI 3.1.02026-07-241280174.1 KB

Inherits

post/v3/configs/config/inherits

Request body

projectstring required

Unique identifier for the project object of the config doing the inheriting.

configstring required

Name of the config object doing the inheriting.

Response

200

successboolean

Example response

{
  "config": {
    "name": "prd_gcp",
    "inheriting": true,
    "inherits": [
      {
        "project": "project1",
        "config": "dev"
      }
    ],
    "initial_fetch_at": "2022-03-04T17:09:41.098Z",
    "last_fetch_at": "2024-12-06T16:57:34.288Z",
    "created_at": "2022-02-02T22:33:34.200Z",
    "environment": "prd",
    "project": "ed0c2a68b6",
    "slug": "541bfc63-5c7f-4f68-88f7-ea1105dac98f"
  },
  "success": true
}