feat: Finish adding all request payload examples

This commit is contained in:
Daniel Jimenez
2025-05-13 14:29:02 +12:00
parent c3f741bdda
commit 2c3a3bbbd2
31 changed files with 865 additions and 496 deletions
+1 -30
View File
@@ -13,36 +13,7 @@ post:
content:
application/json:
schema:
type: object
properties:
name:
type: string
description: The name of the inbox
avatar:
type: string
format: binary
description: File for avatar image
channel:
type: object
properties:
type:
type: string
enum: ['web_widget']
website_url:
type: string
description: URL at which the widget will be loaded
welcome_title:
type: string
description: Welcome title to be displayed on the widget
welcome_tagline:
type: string
description: Welcome tagline to be displayed on the widget
agent_away_message:
type: string
description: A message which will be sent if there is not agent available. This is not available if agentbot is connected
widget_color:
type: string
description: A Hex-color string used to customize the widget
$ref: '#/components/schemas/inbox_create_update_payload'
responses:
'200':
description: Success