feat: Add APIs to manage custom roles in Chatwoot (#9995)
Co-authored-by: Pranav <pranavrajs@gmail.com>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
json.partial! 'api/v1/models/custom_role', formats: [:json], custom_role: @custom_role
|
||||
@@ -0,0 +1,3 @@
|
||||
json.array! @custom_roles do |custom_role|
|
||||
json.partial! 'api/v1/models/custom_role', formats: [:json], custom_role: custom_role
|
||||
end
|
||||
@@ -0,0 +1 @@
|
||||
json.partial! 'api/v1/models/custom_role', formats: [:json], custom_role: @custom_role
|
||||
@@ -0,0 +1 @@
|
||||
json.partial! 'api/v1/models/custom_role', formats: [:json], custom_role: @custom_role
|
||||
@@ -0,0 +1,6 @@
|
||||
json.id custom_role.id
|
||||
json.name custom_role.name
|
||||
json.description custom_role.description
|
||||
json.permissions custom_role.permissions
|
||||
json.created_at custom_role.created_at
|
||||
json.updated_at custom_role.updated_at
|
||||
Reference in New Issue
Block a user