UpdateCard
Official API
Implemented Class
Updates a card in Pipefy.
Arguments
<In> CardID : long
The ID of the card to be updated.
You can find this info from the API or from the link when accessing it through the web.
<In> AssigneeIDs : long[]
ID of the users to be assigned to the card.
<In> DueDate : DateTime
The card due date.
<In> LabelIDs : long[]
ID of the labels to be set to the card.
<In> Title : string
The title of the Card.
Inherited Arguments
<In> Bearer : string
The Bearer authorization token generated by Pipefy.
<In> Timeout : int
The timeout limit (in ms) for the request to be completed.
<Out> Status : string
A brief status message of the result of the action.
<Out> Success : boolean
True if the action was successful.