Chore: Add web_widget_script in the Inboxes API (#615)
* Chore: Add web_widget_script in the Inboxes API
This commit is contained in:
@@ -18,3 +18,6 @@ properties:
|
||||
enable_auto_assignment:
|
||||
type: boolean
|
||||
description: The flag which shows whether Auto Assignment is enabled or not
|
||||
web_widget_script:
|
||||
type: string
|
||||
description: Script used to load the website widget
|
||||
|
||||
@@ -930,6 +930,10 @@
|
||||
"enable_auto_assignment": {
|
||||
"type": "boolean",
|
||||
"description": "The flag which shows whether Auto Assignment is enabled or not"
|
||||
},
|
||||
"web_widget_script": {
|
||||
"type": "string",
|
||||
"description": "Script used to load the website widget"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user