Removing the "isEnabled" field from the payload is the only way to update the feed as of now. Thank you.
Update Feed REST API 404 Error: "Packaging.Feed.AllowDisablingFeeds"
Akash S
0
Reputation points
While using feeds in Azure DevOps, an attempt to update a feed through the API (Update Feed API) results in a 404 error with the following response:
[{"$id":"1","innerException":null,"message":"Packaging.Feed.AllowDisablingFeeds","typeName":"Microsoft.TeamFoundation.Framework.Server.FeatureDisabledException, Microsoft.TeamFoundation.Framework.Server","typeKey":"**FeatureDisabledException**","errorCode":0,"eventId":3000}]
What can be done to resolve this error? Is there a specific setting to enable “AllowDisablingFeeds”?
API URL: https://feeds.dev.azure.com/<ORGNAME>/<PRJ_NAME>/_apis/packaging/feeds/f6d908a9-679b-49ec-8f23-cf9dc49c7ee1?api-version=5.1-preview.1
Payload: This issue arises when passing “isEnabled” as true:
{ "name" : "test2", "isEnabled" : "true" }
Azure DevOps
556 questions