Update a variable
  PUT /api/v3/organizations/{api_organisation}/applications/{api_application}/environments/{api_environment}/variables/{api_variable}    
 PUT
 /api/v3/organizations/{api_organisation}/applications/{api_application}/environments/{api_environment}/variables/{api_variable}
 Authorizations
Parameters
Path Parameters
 api_organisation 
 required
   string
The organisation ID
 api_application 
 required
   string
The application ID
 api_environment 
 required
   string
The environment ID
 api_variable 
 required
   string
The variable key
Request Body required
object
 value    
 string
 Responses
200
The variable updated
404
The variable not found
