cURL
curl --request PATCH \ --url https://api.timbal.ai/orgs/{org_id}/projects/{project_id}/vars/{var_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "description": "<string>", "env_ids": [ 123 ], "value": "<string>" } '
Update a variable
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Variable updated successfully