UpdateVariableOption defines the properties of the variable to update.object
name
New name for the variable. If the field is empty, the variable name won’t be updated. Forgejo will convert it to
uppercase.
string
value
required
Value of the variable to update. Special characters will be retained. Line endings will be normalized to LF to
match the behaviour of browsers. Encode the data with Base64 if line endings should be retained.