Add feed items
Usually there should be no need to add feed items manually, as they are added through the proxy endpoint. However, if you want to add feed items manually, you can do so using the OpenAPI UI.
- Open the OpenAPI UI by navigating to
/docsin your browser. - Click on the
POST /feeds/{feed_id}/itemsendpoint. - Click on the
Try it outbutton. - Fill in the required fields. The
feed_idis theidof the feed that you want to add the feed item to. - Click on the
Executebutton. - The feed item will be added, and you will receive a response with the feed item data.