chore: Move agent availability to Account level (#3074)
- Move agent availability to the account level
This commit is contained in:
1
app/views/api/v1/accounts/agents/create.json.jbuilder
Normal file
1
app/views/api/v1/accounts/agents/create.json.jbuilder
Normal file
@@ -0,0 +1 @@
|
||||
json.partial! 'api/v1/models/agent.json.jbuilder', resource: @user
|
||||
1
app/views/api/v1/accounts/agents/update.json.jbuilder
Normal file
1
app/views/api/v1/accounts/agents/update.json.jbuilder
Normal file
@@ -0,0 +1 @@
|
||||
json.partial! 'api/v1/models/agent.json.jbuilder', resource: @agent
|
||||
Reference in New Issue
Block a user