Feeds
Modify a feed by ID.
put/{spaceId}/feeds/{id}
Path parameters
spaceIdstring required
The id of the space that contains the feed.
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"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.