Feeds
Modify a feed by ID.
put/feeds/{id}
Path parameters
idstring required
The id of the feed.
Headers
user-Agentstring
Request body
Example request
{
"Id": "Feeds-1",
"SpaceId": "Spaces-1"
}Response
The response returned from the request to modify a feed.
Example response
{
"SpaceId": "Spaces-1"
}