Skip to main content
PATCH
Update a card

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

appId
integer<int32>
required

The id of the app containing the Legacy CRM Card.

cardId
string
required

The id of the app containing the Legacy CRM Card

Body

application/json

Body for a patch with optional fields

actions
object

Configuration for custom user actions on cards.

Example:
display
object

Configuration for displayed info on a card

fetch
object

Variant of CardFetchBody with fields as optional for patches

title
string

The top-level title for this card. Displayed to users in the CRM UI.

Response

successful operation

actions
object
required

Configuration for custom user actions on cards.

Example:
auditHistory
object[]
required

A list of actions performed on the card, including creation, deletion, and updates.

display
object
required

Configuration for displayed info on a card

fetch
object
required
id
string
required

The unique id of the card.

title
string
required

The top-level title for this card. Displayed to users in the CRM UI.

createdAt
string<date-time>

The date and time when the card was created.

updatedAt
string<date-time>

The date and time when the card was last updated.

Last modified on March 30, 2026