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 5813426 commit 086b904Copy full SHA for 086b904
src/lib/services/api-endpoints.js
@@ -34,7 +34,7 @@ export const endpoints = {
34
agentRefreshUrl: `${host}/refresh-agents`,
35
agentCreateUrl: `${host}/agent`,
36
agentUtilityOptionsUrl: `${host}/agent/utility/options`,
37
- agentRuleOptionsUrl: `${host}/agent/rule/options`,
+ agentRuleOptionsUrl: `${host}/rule/triggers`,
38
39
// agent task
40
agentTaskListUrl: `${host}/agent/tasks`,
0 commit comments