Home / Resources / API Reference

Feed

Base route: /api/feed

Update feed

Updates the configuration of an existing feed, including credentials and location settings.

Request

Parameters
feedId
string
required
The unique ID of the feed to update.
Request body

PUT /api/feed {   "feedId": "string",   "name": "string",   "location": "string" }

Response

200 OK