Authorization: Bearer ********************
X-Altan-Key: ********************
{
"variables": [
{
"key": "string",
"value": "string",
"type": "plain",
"target": [
"production",
"preview",
"development"
]
}
]
}
curl --location --request POST 'https://api.altan.ai/interfaces//env' \
--header 'Content-Type: application/json' \
--data-raw '{
"variables": [
{
"key": "string",
"value": "string",
"type": "plain",
"target": [
"production",
"preview",
"development"
]
}
]
}'
null