Feeds
Modify a feed by ID.
put/spaces/{spaceIdentifier}/feeds/{id}
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
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.