post https://api.doppler.com/v3/configs/config
Modify an existing config.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
Modify an existing config.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
11curl --request POST \
--url https://api.doppler.com/v3/configs/config \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"project": "PROJECT_NAME",
"config": "CONFIG_NAME",
"name": "CONFIG_NEW_NAME"
}
'
xxxxxxxxxx
12{
"config": {
"name": "prd_gcp",
"root": false,
"locked": false,
"initial_fetch_at": "2019-11-19T07:32:12.000Z",
"last_fetch_at": "2019-11-19T07:36:10.980Z",
"created_at": "2019-11-19T07:19:00.480Z",
"environment": "prd",
"project": "ed0c2a68b6"
}
}