Ejemplo n.º 1
0
        public void UpdateSharedStep()
        {
            QaseAPI qaseAPI = new QaseAPI("https://api.qase.io/v1", "your api token");

            var hash = qaseAPI.UpdateSharedStepAsync("TEST", "7d03f27a6a841fa50019a16d47a86d855da50da7", new SharedStepRequest
            {
                Title  = "Test SharedStep",
                Action = "test up"
            }).Result
                       .Result.Hash;
        }