fix(docs): remove alias from docs for now

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-06-12 12:04:34 +02:00
parent ad8dfb511d
commit 02be728499
6 changed files with 1 additions and 68 deletions

View File

@@ -70,23 +70,6 @@ curl -X POST https://api.openpanel.dev/track \
}'
```
### Creating Aliases
To create an alias for a user:
```bash
curl -X POST https://api.openpanel.dev/track \
-H "Content-Type: application/json" \
-H "openpanel-client-id: YOUR_CLIENT_ID" \
-H "openpanel-client-secret: YOUR_CLIENT_SECRET" \
-d '{
"type": "alias",
"payload": {
"profileId": "1",
"alias": "a1"
}
}'
```
### Incrementing Properties
To increment a numeric property: