trellow.api.Cards.Internal.AsyncCards.ChangeDescription C# (CSharp) Method

ChangeDescription() public method

public ChangeDescription ( ICardId card, string description ) : System.Threading.Tasks.Task
card ICardId
description string
return System.Threading.Tasks.Task
		public Task ChangeDescription(ICardId card, string description)
		{
			return _restClient.RequestAsync(new CardsChangeDescriptionRequest(card, description));
		}