# This method exists so that EE can more easily filter out certain
...
...
@@ -58,9 +60,7 @@ module API
optional:masked,type: Boolean,desc: 'Whether the variable is masked'
optional:variable_type,type: String,values: Ci::Variable.variable_types.keys,desc: 'The type of variable, must be one of env_var or file. Defaults to env_var'
ifGitlab.ee?
optional:environment_scope,type: String,desc: 'The environment_scope of the variable'