curl --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/projects/1/variables" [ { "key": "TEST_VARIABLE_1", "value": "TEST_1" } ...
確定! 回上一頁