@@ -970,7 +970,7 @@ ConversationV1.prototype.deleteCounterExample = function(params, callback) {
970
970
url : '/v1/workspaces/{workspace_id}/counterexamples/{text}' ,
971
971
method : 'DELETE' ,
972
972
json : true ,
973
- path : pick ( params , [ 'workspace_id' , 'text' ] ) ,
973
+ path : pick ( params , [ 'workspace_id' , 'text' ] )
974
974
} ,
975
975
requiredParams : [ 'workspace_id' , 'text' ] ,
976
976
defaultOptions : this . _options
@@ -997,7 +997,7 @@ ConversationV1.prototype.getCounterExample = function(params, callback) {
997
997
url : '/v1/workspaces/{workspace_id}/counterexamples/{text}' ,
998
998
method : 'GET' ,
999
999
json : true ,
1000
- path : pick ( params , [ 'workspace_id' , 'text' ] ) ,
1000
+ path : pick ( params , [ 'workspace_id' , 'text' ] )
1001
1001
} ,
1002
1002
requiredParams : [ 'workspace_id' , 'text' ] ,
1003
1003
defaultOptions : this . _options
@@ -1025,7 +1025,7 @@ ConversationV1.prototype.updateCounterExample = function(params, callback) {
1025
1025
url : '/v1/workspaces/{workspace_id}/counterexamples/{text}' ,
1026
1026
method : 'POST' ,
1027
1027
json : true ,
1028
- path : pick ( params , [ 'workspace_id' , 'old_text' , 'text' ] ) ,
1028
+ path : pick ( params , [ 'workspace_id' , 'old_text' , 'text' ] )
1029
1029
} ,
1030
1030
requiredParams : [ 'workspace_id' , 'old_text' , 'text' ] ,
1031
1031
defaultOptions : this . _options
0 commit comments