v1

latestOpenAPI 3.1.02026-07-241630614.2 KB

Update CRM Plugin

This method enables users to modify an existing CRM Plugin. Users can add new trusted domains to an existing CRM Plugin, but the addition occurs asynchronously, outside of the request context.

patch/api/v4/website_buttons/{source_id}

Path parameters

source_idinteger required

ID of the source added to the pipeline

Headers

Content-Typestring

Request headers

Request body

Response

200

account_idinteger
source_idinteger
button_idinteger
is_duplication_control_enabledboolean
namestring
creation_statusstring
pipeline_idinteger
scriptstring

Example response

{
  "account_id": 22521521,
  "source_id": 64646723,
  "button_id": 27537,
  "creation_status": "created",
  "pipeline_id": 591512,
  "script": "<script></script>"
}