Commit a1f2691c authored by Anirudh Bagri's avatar Anirudh Bagri

Remove duplicate protected variable name in sample json

parent ecac5802
...@@ -86,7 +86,6 @@ curl --request POST --header "PRIVATE-TOKEN: <your_access_token>" "https://gitla ...@@ -86,7 +86,6 @@ curl --request POST --header "PRIVATE-TOKEN: <your_access_token>" "https://gitla
"value": "new value", "value": "new value",
"protected": false, "protected": false,
"variable_type": "env_var", "variable_type": "env_var",
"protected": false,
"masked": false, "masked": false,
"environment_scope": "*" "environment_scope": "*"
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment