Skip to content

Commit 248deb8

Browse files
authored
Update docs related to level activity (ui#207)
1 parent 7547dc8 commit 248deb8

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

source/activity_api.rst

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,19 @@ Below is an example response on successful API call.
114114
"status": 2
115115
}
116116
},
117+
{
118+
"id": 25909601,
119+
"type": 5
120+
"created": 1607049764,
121+
"notes": "Upgraded to Silver",
122+
"stamps": 0
123+
},
124+
{
125+
"id": 25909602,
126+
"type": 6
127+
"created": 1607049764,
128+
"notes": "Downgraded to Blue",
129+
},
117130
{
118131
"id": 2590961,
119132
"type": 7,
@@ -232,8 +245,10 @@ Below is an example response on successful API call.
232245
},
233246
{
234247
"id": 2590967,
235-
"type": 12
236-
"notes": "",
248+
"type": 12,
249+
"created": 1607049764,
250+
"notes": "Overriden to Gold",
251+
"stamps": 0
237252
},
238253
{
239254
"id": 2590968,
@@ -408,6 +423,8 @@ Code Description
408423
0 Transaction
409424
1 Redemption
410425
2 Awarded Stamps
426+
5 Membership Upgrade
427+
6 Membership Downgrade
411428
7 Change Balance
412429
8 Survey Submission
413430
9 Completed Registration

0 commit comments

Comments
 (0)