Skip to content

Commit 2376a85

Browse files
committed
add to docs test ignore for now
1 parent dc58f1e commit 2376a85

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/sentry/api/serializers/models/organization.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,8 @@ def serialize( # type: ignore[override]
795795
"streamlineOnly",
796796
"ingestThroughTrustedRelaysOnly",
797797
"enabledConsolePlatforms",
798+
"hasGranularReplayPermissions",
799+
"replayAccessMembers",
798800
]
799801
)
800802
class DetailedOrganizationSerializerWithProjectsAndTeamsResponse(

src/sentry/core/endpoints/organization_details.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ class OrganizationDetailsPutSerializer(serializers.Serializer):
855855
)
856856
replayAccessMembers = serializers.ListField(
857857
child=serializers.IntegerField(),
858-
help_text="A list of organization member IDs who have permission to access replay data. When empty, all members have access. Requires the granular-replay-permissions feature flag.",
858+
help_text="A list of organization member IDs who have permission to access replay data. Requires the hasGranularReplayPermissions flag to be true to be enforced.",
859859
required=False,
860860
allow_null=True,
861861
)

0 commit comments

Comments
 (0)