post https://api.doppler.com/v3/configs/config/inherits
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
10curl --request POST \
--url https://api.doppler.com/v3/configs/config/inherits \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"project": "PROJECT_NAME",
"config": "CONFIG_NAME"
}
'
xxxxxxxxxx
27}
{
"config": {
"name": "prd_gcp",
"root": false,
"inheritable": false,
"inheriting": true,
"inherits": [
{
"project": "project1",
"config": "dev"
},
{
"project": "project2",
"config": "dev"
}
],
"inheritedBy": [],
"locked": false,
"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",