Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
3cf674a
Update openapi spec from develop
cbrinicombe13 Aug 16, 2025
4505585
First pass at new custom user attributes section in users page
cbrinicombe13 Aug 16, 2025
1d214a1
Finish adding user custom usre attributes to users page
cbrinicombe13 Aug 17, 2025
7bc5df5
Casing
cbrinicombe13 Aug 18, 2025
f988761
Add event attribtues docs
cbrinicombe13 Aug 18, 2025
b4eee03
Add email attribuets use cases
cbrinicombe13 Aug 18, 2025
9e34862
typos and add attributes to points
jasontlouro Aug 18, 2025
10edf38
Merge branch 'attributes-docs' of https://github.com/trophyso/docs in…
jasontlouro Aug 18, 2025
e0b32e1
Add data filtering section to users page
cbrinicombe13 Aug 18, 2025
d44302d
Merge branch 'attributes-docs' of https://github.com/trophyso/docs in…
cbrinicombe13 Aug 18, 2025
f0bfebc
Link card in events page
cbrinicombe13 Aug 18, 2025
b8be61f
Update points page to take into account multiple points systems
cbrinicombe13 Aug 18, 2025
28c74c5
Update create achievements steps and reference for `rarity` and other…
cbrinicombe13 Aug 18, 2025
1d11e39
progress on emails page
jasontlouro Aug 18, 2025
bded61a
Add docs for managing achievements
cbrinicombe13 Aug 18, 2025
a95d16d
Merge branch 'attributes-docs' of https://github.com/trophyso/docs in…
cbrinicombe13 Aug 18, 2025
dcfbefd
Add backdating achievements docs
cbrinicombe13 Aug 18, 2025
49a74a7
Add more examples to openapi spec
cbrinicombe13 Aug 18, 2025
273fc46
Add docs for email variables and advanced usage
cbrinicombe13 Aug 18, 2025
f8c2df0
Fix broken anchor
cbrinicombe13 Aug 19, 2025
ff3dde5
Update standalone -> API
cbrinicombe13 Aug 19, 2025
7c75642
Missing href
cbrinicombe13 Aug 19, 2025
9cb1072
Add streak email image
cbrinicombe13 Aug 19, 2025
8822d44
Merge branch 'main' into attributes-docs
cbrinicombe13 Aug 19, 2025
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
3 changes: 0 additions & 3 deletions api-reference/endpoints/points/get-all-points-triggers.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion api-reference/endpoints/points/get-points-summary.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /points/summary
openapi: get /points/{key}/summary
---
3 changes: 3 additions & 0 deletions api-reference/endpoints/points/get-points.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /points/{key}
---
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /users/{id}/points/event-summary
openapi: get /users/{id}/points/{key}/event-summary
---
2 changes: 1 addition & 1 deletion api-reference/endpoints/users/get-a-users-points.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /users/{id}/points
openapi: get /users/{id}/points/{key}
---
Loading