v1

latestOpenAPI 3.1.02026-07-241280174.1 KB

Inheritable

Update the inheritability of a config.

post/v3/configs/config/inheritable

Request body

projectstring required

Unique identifier for the project object.

configstring required

Name of the config.

inheritableboolean required

Boolean determining if the config is inheritable or not.

Response

200

successboolean

Example response

{
  "config": {
    "name": "prd_gcp",
    "inheritable": true,
    "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
}