We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 227607c commit 7992911Copy full SHA for 7992911
docs/gl_objects/variables.rst
@@ -93,6 +93,8 @@ Update a variable value::
93
94
var.value = 'new_value'
95
var.save()
96
+ # or
97
+ project.variables.update("key1", {"value": "new_value"})
98
99
Remove a variable::
100
0 commit comments