v1
latestOpenAPI 3.0.12026-07-1462020.1 KBCards
Update a card
Update a card definition with new details.
patch/crm/v3/extensions/cards/{appId}/{cardId}
Path parameters
appIdinteger required
The ID of the target app.
cardIdstring required
The ID of the card to update.
Request body
Example request
{
"actions": {
"baseUrls": [
"https://www.example.com/hubspot"
]
},
"display": {
"properties": {
"dataType": "STRING",
"label": "Pets Name",
"name": "pet_name"
}
},
"fetch": {
"objectTypes": [
{
"name": "contacts",
"propertiesToSend": [
"email",
"firstname"
]
}
],
"targetUrl": "https://www.example.com/hubspot/target"
},
"title": "PetSpot"
}Response
successful operation
Example response
{
"actions": {
"baseUrls": [
"https://www.example.com/hubspot"
]
}
}