PUT /ai/content_import_sources/{id}

You can update an existing content import source.

Servers

Path parameters

Name Type Required Description
id String Yes

The unique identifier for the content import source which is given by Intercom.

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Intercom-Version String No

Possible values:

  • "1.1"
  • "2.0"
  • "1.0"
  • "2.9"
  • "Unstable"
  • "1.3"
  • "2.2"
  • "2.12"
  • "1.2"
  • "2.1"
  • "2.4"
  • "1.4"
  • "2.3"
  • "2.6"
  • "2.5"
  • "2.8"
  • "2.10"
  • "2.7"
  • "2.11"

Default value: "2.12"

Request body fields

Name Type Required Description
url String Yes

The URL of the content import source. This may only be different from the existing value if the sync behavior is API.

sync_behavior String Yes

If you intend to create or update External Pages via the API, this should be set to api. You can not change the value to or from api.

Possible values:

  • "manual"
  • "api"
  • "automated"
status String No

The status of the content import source.

Possible values:

  • "active"
  • "deactivated"

Default value: "active"

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.