We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1dde32 + 42cdd8a commit 75ab716Copy full SHA for 75ab716
1 file changed
conversation/v1.js
@@ -31,7 +31,7 @@ function ConversationV1(options) {
31
32
// Check if 'version_date' was provided
33
if (typeof this._options.version_date === 'undefined') {
34
- throw new Error('Argument error: version_date was not specified, use 2016-07-01');
+ throw new Error('Argument error: version_date was not specified, use 2016-07-11');
35
}
36
this._options.qs.version = options.version_date;
37
0 commit comments