chore: Add AgentBot API module (#5599)
This commit is contained in:
parent
7419e413f4
commit
5f4b6f2ce4
9 changed files with 321 additions and 0 deletions
9
app/javascript/dashboard/api/agentBots.js
Normal file
9
app/javascript/dashboard/api/agentBots.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
import ApiClient from './ApiClient';
|
||||
|
||||
class AgentBotsAPI extends ApiClient {
|
||||
constructor() {
|
||||
super('agent_bots', { accountScoped: true });
|
||||
}
|
||||
}
|
||||
|
||||
export default new AgentBotsAPI();
|
Loading…
Add table
Add a link
Reference in a new issue