Skip to content

Commit e43b207

Browse files
committed
Merge pull request googleapis#532 from kesar/duplicated_stack_parameter_in_resource
Removed (duplicated) userip parameter
2 parents 6f13cce + 31b5127 commit e43b207

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Google/Service/Resource.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ class Google_Service_Resource
3333
'fields' => array('type' => 'string', 'location' => 'query'),
3434
'trace' => array('type' => 'string', 'location' => 'query'),
3535
'userIp' => array('type' => 'string', 'location' => 'query'),
36-
'userip' => array('type' => 'string', 'location' => 'query'),
3736
'quotaUser' => array('type' => 'string', 'location' => 'query'),
3837
'data' => array('type' => 'string', 'location' => 'body'),
3938
'mimeType' => array('type' => 'string', 'location' => 'header'),

0 commit comments

Comments
 (0)