Update a cardAsk AIput https://app.trengo.com/api/v2/boards/{boardId}/cards/{cardId}Use this endpoint to update a card. Supports partial updates.Path ParamsboardIdnumberrequiredThe board ID. You can find it in the URL while viewing the board in Trengo.cardIdnumberrequiredThe ID of the card that should be updated.Body ParamsnamestringThe new name ID of the cardstage_idstringThe new stage ID of the carduser_idsarray of numbersThe Trengo user IDs which belong to this card (e.g. deal owners)user_idsADD numbercontact_idsarray of numbersThe Trengo contact IDs which belong to this card (e.g. leads)contact_idsADD numberResponse 200Updated 6 months ago