docs/IntegrationCreate.md in smooch-api-1.3.0 vs docs/IntegrationCreate.md in smooch-api-1.4.0

- old
+ new

@@ -17,7 +17,11 @@ **certificate** | **String** | The binary of your APN certificate base64 encoded. Required for *apn* integrations. | [optional] **password** | **String** | The password for your APN certificate. (Optional) Used for *apn* integrations. | [optional] **auto_update_badge** | **BOOLEAN** | Use the unread count of the conversation as the application badge. (Optional) Used for *apn* integrations. | [optional] **server_key** | **String** | Your server key from the fcm console. Required for *fcm* integrations. | [optional] **sender_id** | **String** | Your sender id from the fcm console. Required for *fcm* integrations. | [optional] +**consumer_key** | **String** | The consumer key for your Twitter app. Required for *twitter* integrations. | [optional] +**consumer_secret** | **String** | The consumer secret for your Twitter app. Required for *twitter* integrations. | [optional] +**access_token_key** | **String** | The access token key obtained from your user via oauth. Required for *twitter* integrations. | [optional] +**access_token_secret** | **String** | The access token secret obtained from your user via oauth. Required for *twitter* integrations. | [optional]