connectapi icon indicating copy to clipboard operation
connectapi copied to clipboard

Update `set_environment_new()` function to use content `guid`

Open gsingh91 opened this issue 10 months ago • 0 comments

Currently set_environment_new() function takes an R6 class environment to update an environment variable on a particular piece of content. For ease of use, the input argument should be content guid and the function should generate the environment object as needed. The current behaviour adds an additional step to create an environment class object first, and it also does not match the behaviour of get_environment() function which takes content guid as input.

gsingh91 avatar Apr 11 '24 18:04 gsingh91