This commit is contained in:
dgtlmoon
2026-03-24 16:36:59 +01:00
parent 0dfd348287
commit dc4485e620
+3
View File
@@ -85,6 +85,9 @@ class Tag(Resource):
# Create clean tag dict without Watch-specific fields
clean_tag = {k: v for k, v in tag.items() if k not in watch_only_fields}
# fetch_backend is a legacy field superseded by browser_profile — omit from API response
clean_tag.pop('fetch_backend', None)
return clean_tag
@auth.check_token