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
/docs
in your browser. - Click on the
POST /feeds/{feed_id}/items
endpoint. - Click on the
Try it out
button. - Fill in the required fields. The
feed_id
is theid
of the feed that you want to add the feed item to. - Click on the
Execute
button. - The feed item will be added, and you will receive a response with the feed item data.