You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(entitlements): pro onboarding marker on the plan block
The dashboard shows the Pro tour once, the first time a plan is active and
the account has not seen it. The marker lives on the user, rides in the
plan block of /me/entitlements, and one idempotent route stamps it.
Copy file name to clipboardExpand all lines: openapi.json
+93Lines changed: 93 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8042,6 +8042,81 @@
8042
8042
}
8043
8043
}
8044
8044
},
8045
+
"/api/v1/me/pro-onboarding": {
8046
+
"post": {
8047
+
"tags": [
8048
+
"Me"
8049
+
],
8050
+
"summary": "Complete Pro Onboarding",
8051
+
"description": "Record that this account has seen the Pro tour. Idempotent: the first\ncompletion is kept, and it is read back as `user.pro_onboarded_at` on\n`GET /auth/me`.\n\n**Authentication**: Required. 403 on the free plan.",
0 commit comments