Feed Attributes REST Endpoints

Feed Configurations/Feed Objects/Feed Attributes
The feed attributes resource is used to create, update, and delete the attributes of the feed objects.
Create a feed attribute
Method: post
Path: /crmRestApi/resources/11.13.18.05/feedConfigurations/{FeedId}/child/FeedObject/{FeedObjectId}/child/FeedAttr
Delete a feed attribute
Method: delete
Path: /crmRestApi/resources/11.13.18.05/feedConfigurations/{FeedId}/child/FeedObject/{FeedObjectId}/child/FeedAttr/{FeedAttributeId}
Get a feed attribute
Method: get
Path: /crmRestApi/resources/11.13.18.05/feedConfigurations/{FeedId}/child/FeedObject/{FeedObjectId}/child/FeedAttr/{FeedAttributeId}
Get all feed attributes
Method: get
Path: /crmRestApi/resources/11.13.18.05/feedConfigurations/{FeedId}/child/FeedObject/{FeedObjectId}/child/FeedAttr
Update a feed attribute
Method: patch
Path: /crmRestApi/resources/11.13.18.05/feedConfigurations/{FeedId}/child/FeedObject/{FeedObjectId}/child/FeedAttr/{FeedAttributeId}