Creating or updating project environment variables

saagie.env_vars.create_or_update_for_project

Example :

saagieapi.env_vars.create_or_update_for_project(name="TEST_PASSWORD",
                                                value="new value",
                                                description="This is a new password",
                                                is_password=True,
                                                project_id="50033e21-83c2-4431-a723-d54c2693b964"
                                                )

Response payload example :

{
    "saveEnvironmentVariable": {
        "id": "8aaee333-a9f4-40f5-807a-44f8efa65a2f"
    }
}