v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14167964.6 KB

Updates the name and/or outputs in a feed.

UpdateFeed is a PUT operation, which means that the payload that you specify completely overwrites the existing payload.

This means that if you want to touch the array of outputs, you must pass in the full new list. So you must omit outputs you want to delete, and include outputs you want to add or modify.

If you want to patch the array of outputs to make selective additions, use AssociateFeed.

put/v1/feed/{id}

Path parameters

idstring required

The ID of the feed to update.

Request body

namestring required

Required. You can specify the existing name (to leave it unchanged) or a new name.

Response

Success

arnstring required

The ARN of the feed.

namestring required

The updated or original name of the feed.

idstring required

The ID of the feed.

dataEndpointsString[] required

The data endpoints of the feed.

status'CREATING' | 'AVAILABLE' | 'ACTIVE' | 'UPDATING' | 'DELETING' | 'DELETED' | 'ARCHIVED' required

The status of the feed.

tagsobject

The tags associated with the feed.