We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f30e856 commit 039bebdCopy full SHA for 039bebd
apps/web-v2/src/hooks/use-triggers.tsx
@@ -188,7 +188,7 @@ export function useTriggers() {
188
// For RESTful API, we need to update each registration individually
189
for (const triggerId of args.selectedTriggerIds) {
190
const triggerApiUrl = constructTriggerUrl(
191
- `/api/triggers/registrations/${triggerId}/assistants`,
+ `/api/triggers/registrations/${triggerId}/agents`,
192
);
193
if (!triggerApiUrl) {
194
return false;
0 commit comments