Update Environment Variable Job Override Value

POST {{base_url}}/api/v3/accounts/{{account_id}}/projects/{{project_id}}/environment-variables/{{environment_variable_value_id}}

See Retrieve Environment Variables for a given Project for more information on what these {{ environment_variable_value_id }} are.

RESPONSES

status: OK

{"status":{"code":200,"is_success":true,"user_message":"Success!","developer_message":""},"data":{"account_id":117,"project_id":238,"name":"DBT_ENV_TEST34248466","type":"job","state":1,"user_id":null,"environment_id":null,"job_definition_id":41,"environment":null,"display_value":"job_override value4","id":94,"created_at":"2023-07-21 21:44:58.227834+00:00","updated_at":"2023-07-21 22:15:34.218437+00:00"}}