Skip to content

Commit

Permalink
Update posthog/api/person.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Matloka <[email protected]>
  • Loading branch information
timgl and Twixes committed Sep 5, 2024
1 parent d0aa06f commit 5269bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/api/person.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def destroy(self, request: request.Request, pk=None, **kwargs):
OpenApiParameter(
"distinct_ids",
OpenApiTypes.OBJECT,
description="A list of distinct ids. We'll delete all persons associated with those distinct ids. The maximum amount of ids you can pass in one call is 100.",
description="A list of distinct IDs, up to 100 of them. We'll delete all persons associated with those distinct IDs.",
),
OpenApiParameter(
"ids",
Expand Down

0 comments on commit 5269bb7

Please sign in to comment.