diff --git a/swagger/definitions/request/conversation/create_message.yml b/swagger/definitions/request/conversation/create_message.yml index c8f4efc7f..b3c9b935b 100644 --- a/swagger/definitions/request/conversation/create_message.yml +++ b/swagger/definitions/request/conversation/create_message.yml @@ -13,7 +13,7 @@ properties: description: Flag to identify if it is a private note content_type: type: string - enum: ['input_email', 'cards', 'input_select', 'form' , 'article'] + enum: ['text', 'input_email', 'cards', 'input_select', 'form' , 'article'] example: 'cards' description: 'if you want to create custom message types' content_attributes: diff --git a/swagger/swagger.json b/swagger/swagger.json index 3cc128626..ec88a224b 100644 --- a/swagger/swagger.json +++ b/swagger/swagger.json @@ -6509,6 +6509,7 @@ "content_type": { "type": "string", "enum": [ + "text", "input_email", "cards", "input_select",