Hi Akash S
- Check Feed Permissions by navigating to Azure DevOps -> Artifacts -> Feed Settings -> Permissions tab -> Ensure you are part of Feed Owner or Administrator roles.
- If you do not want to disable or enable the feed, you can avoid using the
isEnabled
property in your payload:
The feed can still be renamed or updated in other ways (like permissions, views) without touching this disabled feature.name": "test2" }
- Ensure you are using the latest API version (7.1-preview.1 or higher) instead of 5.1-preview.1. Try updating the API Version call to:
https://feeds.dev.azure.com/<ORGNAME>/<PRJ_NAME>/_apis/packaging/feeds/<FEED_ID>?api-version=7.1-preview.1
Azure DevOps does not provide a direct setting labeled "AllowDisablingFeeds" in the UI or API documentation.
Additional References:
Hope this helps!
Please Let me know if you have any queries.