Mise à jour des librairies
This commit is contained in:
@@ -101,6 +101,7 @@ class Google_Service_Fitness extends Google_Service
|
||||
parent::__construct($client);
|
||||
$this->rootUrl = 'https://www.googleapis.com/';
|
||||
$this->servicePath = 'fitness/v1/users/';
|
||||
$this->batchPath = 'batch/fitness/v1';
|
||||
$this->version = 'v1';
|
||||
$this->serviceName = 'fitness';
|
||||
|
||||
@@ -165,21 +166,6 @@ class Google_Service_Fitness extends Google_Service
|
||||
'repeated' => true,
|
||||
),
|
||||
),
|
||||
),'patch' => array(
|
||||
'path' => '{userId}/dataSources/{dataSourceId}',
|
||||
'httpMethod' => 'PATCH',
|
||||
'parameters' => array(
|
||||
'userId' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
'dataSourceId' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
),
|
||||
),'update' => array(
|
||||
'path' => '{userId}/dataSources/{dataSourceId}',
|
||||
'httpMethod' => 'PUT',
|
||||
|
||||
Reference in New Issue
Block a user