Skip to content

Commit cc29c9b

Browse files
committed
✅ Fix api doc test
1 parent a218e82 commit cc29c9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sentry/api/endpoints/project_details.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ class ProjectMemberSerializer(serializers.Serializer):
120120
"performanceIssueCreationRate",
121121
"performanceIssueCreationThroughPlatform",
122122
"performanceIssueSendToPlatform",
123+
"highlightContext",
124+
"highlightTags",
123125
]
124126
)
125127
class ProjectAdminSerializer(ProjectMemberSerializer):

0 commit comments

Comments
 (0)