v1

latestOpenAPI 3.0.12026-07-2210997354.2 KB
RSS feed importer

Update RSS feed import

Updates an RSS feed import. You can change the feed URL, field mapping, import interval, and whether the import is enabled.

put/projects/{project_id}/integrations/rss_importer/feeds/{id}

Request body

enabledboolean

Whether importing is enabled or disabled.

feed_urlstring

URL of the RSS feed you want to import.

feed_content_type'xml' | 'json' | 'json/pugpig'

Type of content in the feed. Possible values include xml, json or json/pugpig.

feed_headersobject

Headers that you want to include in the HTTP request when fetching the RSS feed.

import_intervalinteger

Number of minutes between each import of the RSS feed.

extractor_enabledboolean

Whether or not the RSS importer should fetch the content from the page linked in the map.source_url property. Set to true if the RSS feed does not contain the content. In this case you can set map.body to null.

Response

successful

idinteger
enabledboolean

Whether importing is enabled or disabled.

feed_urlstring

URL of the RSS feed you want to import.

feed_content_type'xml' | 'json' | 'json/pugpig'

Type of content in the feed. Possible values include xml, json or json/pugpig.

feed_headersobject

Headers that you want to include in the HTTP request when fetching the RSS feed.

import_intervalinteger

Number of minutes between each import of the RSS feed.

extractor_enabledboolean

Whether or not the RSS importer should fetch the content from the page linked in the map.source_url property. Set to true if the RSS feed does not contain the content. In this case you can set map.body to null.

last_importstring date-time nullable

Time at which the object was created (ISO 8601)

createdstring date-time

Time at which the object was created (ISO 8601)

updatedstring date-time

Time at which the object was updated (ISO 8601)