Overwrites the content of a specified card within a workspace (team_id).
Accepts either raw HTML or structured content which is proxied to the collaboration server.
Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".
Card ID is a numerical string that identifies a card.
new card content
The content to set on the card
102400Format of the content field. When set to 'markdown', the server converts the content from GitHub Flavored Markdown to HTML before storage. Defaults to 'html'.
html, markdown card content successfully updated