Creating or updating global environment variables

saagie.env_vars.create_or_update_global

Example :

saagieapi.env_vars.create_or_update_global(name="TEST_PASSWORD",
                                           value="new value",
                                           description="This is a new password",
                                           is_password=True
                                           )

Response payload example :

{
    "saveEnvironmentVariable": {
        "id": "069f3bf2-da1a-4106-acb4-3c7cc37367a3"
    }
}