Chore: Inbox Members API improvements (#3008)
- New Inbox Member APIs - Return JSON errors for Platform APIs
This commit is contained in:
@@ -5,7 +5,7 @@ export const actions = {
|
||||
return InboxMembersAPI.show(inboxId);
|
||||
},
|
||||
create(_, { inboxId, agentList }) {
|
||||
return InboxMembersAPI.create({ inboxId, agentList });
|
||||
return InboxMembersAPI.update({ inboxId, agentList });
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user