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
Note: if you want to use `conversation_id`, you also need to use `parent_id`!
41
42
42
43
## Routes
43
44
@@ -73,6 +74,7 @@ Data:
73
74
```
74
75
75
76
Do not enter conversation or parent id if not available.
77
+
If you want to use either of these, you need to specify both! i.e. `request.parent_id=response.response_id` and `request.conversation_id=response.conversation_id`
0 commit comments