You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[11.12] Add support for filter in Projects::variable (#767)
* fix: add filter option to project variable method
This commit implements the option to add a filter[environment_scope]
to a variable request, when multiple variables
with the same name exist, but have different
environment scopes.
See documentation for more information
https://docs.gitlab.com/ee/api/project_level_variables.html#get-a-single-variable
* fix: fix indenting and remove extra resolver
0 commit comments