@@ -194,8 +194,11 @@ def list(
194194 extra_body : Body | None = None ,
195195 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
196196 ) -> SyncSinglePage [Device ]:
197- """
198- List WARP registrations.
197+ """List WARP devices.
198+
199+ Not supported when
200+ [multi-user mode](https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/windows-multiuser/)
201+ is enabled for the account.
199202
200203 **Deprecated**: please use one of the following endpoints instead:
201204
@@ -235,8 +238,11 @@ def get(
235238 extra_body : Body | None = None ,
236239 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
237240 ) -> Optional [DeviceGetResponse ]:
238- """
239- Fetches a single WARP registration.
241+ """Fetches a single WARP device.
242+
243+ Not supported when
244+ [multi-user mode](https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/windows-multiuser/)
245+ is enabled for the account.
240246
241247 **Deprecated**: please use one of the following endpoints instead:
242248
@@ -352,8 +358,11 @@ def list(
352358 extra_body : Body | None = None ,
353359 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
354360 ) -> AsyncPaginator [Device , AsyncSinglePage [Device ]]:
355- """
356- List WARP registrations.
361+ """List WARP devices.
362+
363+ Not supported when
364+ [multi-user mode](https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/windows-multiuser/)
365+ is enabled for the account.
357366
358367 **Deprecated**: please use one of the following endpoints instead:
359368
@@ -393,8 +402,11 @@ async def get(
393402 extra_body : Body | None = None ,
394403 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
395404 ) -> Optional [DeviceGetResponse ]:
396- """
397- Fetches a single WARP registration.
405+ """Fetches a single WARP device.
406+
407+ Not supported when
408+ [multi-user mode](https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/windows-multiuser/)
409+ is enabled for the account.
398410
399411 **Deprecated**: please use one of the following endpoints instead:
400412
0 commit comments