cURL
curl --request POST \ --url https://api.timbal.ai/orgs/{org_id}/projects/{project_id}/vars/batch \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "vars": [ { "name": "<string>", "type": "plain", "value": "<string>", "description": "<string>" } ], "env_ids": [ 123 ] } '
Batch create variables
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Show child attributes
Variables created successfully