bug in gitlab rest api - post, put project variables with masked=true parameter
https://docs.gitlab.com/ee/api/project_level_variables.html#create-variable
When creating gitlab project variables using gitlab rest api, if masked = true parameter is entered, is invalid appears as a return value. It does not work equally well in post and put rest api.
in 14.6.2 gitlab-ce version
Edited by hkjang