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
Copy file name to clipboardExpand all lines: docs/content/docs/schedules.mdx
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,13 @@ The platform advances the schedule automatically after each cycle. On each advan
104
104
105
105
Schedules are assigned through the client API. The endpoints use an upsert model: sending the same `name` for the same user or organization updates the existing assignment.
106
106
107
+
<Callouttype="warn">
108
+
The schedule `name` acts as a **unique identifier** per user or organization.
109
+
Each user (or organization) can only have one active assignment for a given
110
+
schedule name. If you send a new assignment with the same name, it replaces the
111
+
previous one — including its timing, interval, and data.
112
+
</Callout>
113
+
107
114
### User Schedules
108
115
109
116
```
@@ -112,7 +119,7 @@ POST /api/client/users/scheduled
0 commit comments