From 5269bb7c7c7126679e31f67b645b7c8bf0c0bef7 Mon Sep 17 00:00:00 2001 From: timgl Date: Thu, 5 Sep 2024 16:40:08 +0100 Subject: [PATCH] Update posthog/api/person.py Co-authored-by: Michael Matloka --- posthog/api/person.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posthog/api/person.py b/posthog/api/person.py index ab4132d107ef5..ff5bc4d3901ac 100644 --- a/posthog/api/person.py +++ b/posthog/api/person.py @@ -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",