UpdateCardField

Official API
Implemented Class

Updates a field in a card in Pipefy.

Arguments

<In> CardID : long

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> FieldID : string

ID of the field to be updated.

<In> Value : object

Value to be placed at the field.

Important! When setting fields which accept multiple values, such as attachments, watch out for:

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.


All actions