Skip to content

Function: markCardNotificationsRead()

ts
function markCardNotificationsRead(
   client, 
   parameters, 
options?): Promise<void>;

Defined in: api/cards.ts:783

Mark notifications about this card as read

Parameters

ParameterTypeDescription
clientClient-
parameters{ id: string; }-
parameters.idstringThe ID of the Card
options?RequestOptions-

Returns

Promise<void>