Update Feed REST API 404 Error: "Packaging.Feed.AllowDisablingFeeds"

Akash S 0 Reputation points
2025-05-20T06:23:07.1066667+00:00

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
{count} votes

6 answers

Sort by: Most helpful
  1. Akash S 0 Reputation points
    2025-05-23T07:55:51.4166667+00:00

    Removing the "isEnabled" field from the payload is the only way to update the feed as of now. Thank you.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.