Endpoint
Parameters
The ID of a component previously created in your account. See the component endpoints for information on how to retrieve this ID.
The full code for a Pipedream component.
A reference to the URL where the component is hosted.
https://github.com/PipedreamHQ/pipedream/blob/master/components/rss/sources/new-item-in-feed/new-item-in-feed.ts
.
One of
component_id
, component_code
, or component_url
is required. If all are present, component_id
is preferred and component_url
will be used only as metadata to identify the location of the code.
The name of the source.
The active state of a component. To disable a component, set to
false
. To enable a component, set to true
.Default: true
.