Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reference/group-delete-property.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
openapi: /openapi/ingestion.openapi.yaml POST /groups#group-unset
title: Delete Property
title: Delete Group Profile Property
---
2 changes: 1 addition & 1 deletion reference/group-remove-from-list-property.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
openapi: /openapi/ingestion.openapi.yaml POST /groups#group-remove-from-list
title: Remove from List Property
title: Remove from Group Profile List Property
---
2 changes: 1 addition & 1 deletion reference/group-set-property-once.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
openapi: /openapi/ingestion.openapi.yaml POST /groups#group-set-once
title: Set Property Once
title: Set Group Profile Property Once
---
2 changes: 1 addition & 1 deletion reference/group-set-property.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
openapi: /openapi/ingestion.openapi.yaml POST /groups#group-set
title: Update Property
title: Update Group Profile Property
---
2 changes: 1 addition & 1 deletion reference/group-union.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
openapi: /openapi/ingestion.openapi.yaml POST /groups#group-union
title: Union To List Property
title: Union to User Profile List Property

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Titles swapped between group and user union endpoints

group-union.mdx was given the title Union to User Profile List Property, while user-profile-union.mdx was given Union to Group Profile List Property — the qualifiers are inverted. The group endpoint should read "Group Profile" and the user endpoint should read "User Profile", not the other way around. As-is, the dropdown will show each endpoint under the wrong context, which is exactly the problem the PR was meant to fix.

---
2 changes: 1 addition & 1 deletion reference/profile-delete-property.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
openapi: /openapi/ingestion.openapi.yaml POST /engage#profile-unset
title: Delete Property
title: Delete User Profile Property
---
2 changes: 1 addition & 1 deletion reference/profile-remove-from-list-property.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
openapi: /openapi/ingestion.openapi.yaml POST /engage#profile-list-remove
title: Remove from List Property
title: Remove from User Profile List Property
---
2 changes: 1 addition & 1 deletion reference/profile-set-property-once.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
openapi: /openapi/ingestion.openapi.yaml POST /engage#profile-set-once
title: Set Property Once
title: Set User Profile Property Once
---
Works just like "\$set", except it will not overwrite existing property values. This is useful for properties like "First login date".
2 changes: 1 addition & 1 deletion reference/profile-set.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
openapi: /openapi/ingestion.openapi.yaml POST /engage#profile-set
title: Set Property
title: Set User Profile Property
---

<Note>
Expand All @@ -8,5 +8,5 @@
</Note>

<Note>
This API does not support gzip encoding.

Check warning on line 11 in reference/profile-set.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mixpanel-edb78807) - vale-spellcheck

reference/profile-set.mdx#L11

Did you really mean 'gzip'?
</Note>
2 changes: 1 addition & 1 deletion reference/user-profile-union.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
openapi: /openapi/ingestion.openapi.yaml POST /engage#profile-union
title: Union To List Property
title: Union to Group Profile List Property

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Title incorrectly labels user profile union as a group profile endpoint

This file (user-profile-union.mdx) maps to POST /engage#profile-union — a user profile operation — but its new title is Union to Group Profile List Property. It should be Union to User Profile List Property. The title in group-union.mdx has the same problem in reverse; both appear to have been swapped.

---