Skip to content

Commit a33cd0c

Browse files
1 parent 4890905 commit a33cd0c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/CloudIdentity/Resource/DevicesDeviceUsers.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,10 @@ public function listDevicesDeviceUsers($parent, $optParams = [])
190190
* properties are provided, only DeviceUsers having all of these properties are
191191
* considered as matches - i.e. the query behaves like an AND. Different
192192
* platforms require different amounts of information from the caller to ensure
193-
* that the DeviceUser is uniquely identified. - iOS: Specifying the 'partner'
194-
* and 'ios_device_id' fields is required. - Android: Specifying the
195-
* 'android_id' field is required. - Desktop: Specifying the 'raw_resource_id'
196-
* field is required. (deviceUsers.lookup)
193+
* that the DeviceUser is uniquely identified. - iOS: If either the `partner` or
194+
* `ios_device_id` field is provided, then both fields are required. - Android:
195+
* Specifying the `android_id` field is required. - Desktop: Specifying the
196+
* `raw_resource_id` field is required. (deviceUsers.lookup)
197197
*
198198
* @param string $parent Must be set to "devices/-/deviceUsers" to search across
199199
* all DeviceUser belonging to the user.

0 commit comments

Comments
 (0)