Skip to content

Commit 66a64b0

Browse files
committed
Allow to edit Project.edge_v2_migration_status via API
1 parent 967fbf7 commit 66a64b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/projects/serializers.py

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class Meta:
4242
"feature_name_regex",
4343
"show_edge_identity_overrides_for_feature",
4444
"stale_flags_limit_days",
45+
"edge_v2_migration_status",
4546
)
4647

4748
def get_migration_status(self, obj: Project) -> str:

0 commit comments

Comments
 (0)