Skip to content

Commit 76513bf

Browse files
chore(api): update composite API spec
1 parent a4d9ca4 commit 76513bf

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 1993
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-ff5a9dd684ef290bec545c67dcb1bce85c3fb12dc5619d8342e8ff614996b9b9.yml
3-
openapi_spec_hash: c7b117546d5cbc2119174be02a961153
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-f0c3645a37032449aee08f0bfc7f373ce8ebe0bdaa2c6964b4c9328f712bbae9.yml
3+
openapi_spec_hash: ab3368c4c9aa05dff33b51f542fb7786
44
config_hash: ef319a79ff462ce842b47460e889e37b

tests/api_resources/zero_trust/devices/posture/test_integrations.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def test_method_create(self, client: Cloudflare) -> None:
2727
account_id="699d98642c564d2e855e9661899b7252",
2828
config={
2929
"api_url": "https://as123.awmdm.com/API",
30-
"auth_url": "https://na.uemauth.vmwservices.com/connect/token",
30+
"auth_url": "https://na.uemauth.workspaceone.com/connect/token",
3131
"client_id": "example client id",
3232
"client_secret": "example client secret",
3333
},
@@ -43,7 +43,7 @@ def test_method_create_with_all_params(self, client: Cloudflare) -> None:
4343
account_id="699d98642c564d2e855e9661899b7252",
4444
config={
4545
"api_url": "https://as123.awmdm.com/API",
46-
"auth_url": "https://na.uemauth.vmwservices.com/connect/token",
46+
"auth_url": "https://na.uemauth.workspaceone.com/connect/token",
4747
"client_id": "example client id",
4848
"client_secret": "example client secret",
4949
},
@@ -59,7 +59,7 @@ def test_raw_response_create(self, client: Cloudflare) -> None:
5959
account_id="699d98642c564d2e855e9661899b7252",
6060
config={
6161
"api_url": "https://as123.awmdm.com/API",
62-
"auth_url": "https://na.uemauth.vmwservices.com/connect/token",
62+
"auth_url": "https://na.uemauth.workspaceone.com/connect/token",
6363
"client_id": "example client id",
6464
"client_secret": "example client secret",
6565
},
@@ -79,7 +79,7 @@ def test_streaming_response_create(self, client: Cloudflare) -> None:
7979
account_id="699d98642c564d2e855e9661899b7252",
8080
config={
8181
"api_url": "https://as123.awmdm.com/API",
82-
"auth_url": "https://na.uemauth.vmwservices.com/connect/token",
82+
"auth_url": "https://na.uemauth.workspaceone.com/connect/token",
8383
"client_id": "example client id",
8484
"client_secret": "example client secret",
8585
},
@@ -102,7 +102,7 @@ def test_path_params_create(self, client: Cloudflare) -> None:
102102
account_id="",
103103
config={
104104
"api_url": "https://as123.awmdm.com/API",
105-
"auth_url": "https://na.uemauth.vmwservices.com/connect/token",
105+
"auth_url": "https://na.uemauth.workspaceone.com/connect/token",
106106
"client_id": "example client id",
107107
"client_secret": "example client secret",
108108
},
@@ -212,7 +212,7 @@ def test_method_edit_with_all_params(self, client: Cloudflare) -> None:
212212
account_id="699d98642c564d2e855e9661899b7252",
213213
config={
214214
"api_url": "https://as123.awmdm.com/API",
215-
"auth_url": "https://na.uemauth.vmwservices.com/connect/token",
215+
"auth_url": "https://na.uemauth.workspaceone.com/connect/token",
216216
"client_id": "example client id",
217217
"client_secret": "example client secret",
218218
},
@@ -322,7 +322,7 @@ async def test_method_create(self, async_client: AsyncCloudflare) -> None:
322322
account_id="699d98642c564d2e855e9661899b7252",
323323
config={
324324
"api_url": "https://as123.awmdm.com/API",
325-
"auth_url": "https://na.uemauth.vmwservices.com/connect/token",
325+
"auth_url": "https://na.uemauth.workspaceone.com/connect/token",
326326
"client_id": "example client id",
327327
"client_secret": "example client secret",
328328
},
@@ -338,7 +338,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncCloudflare
338338
account_id="699d98642c564d2e855e9661899b7252",
339339
config={
340340
"api_url": "https://as123.awmdm.com/API",
341-
"auth_url": "https://na.uemauth.vmwservices.com/connect/token",
341+
"auth_url": "https://na.uemauth.workspaceone.com/connect/token",
342342
"client_id": "example client id",
343343
"client_secret": "example client secret",
344344
},
@@ -354,7 +354,7 @@ async def test_raw_response_create(self, async_client: AsyncCloudflare) -> None:
354354
account_id="699d98642c564d2e855e9661899b7252",
355355
config={
356356
"api_url": "https://as123.awmdm.com/API",
357-
"auth_url": "https://na.uemauth.vmwservices.com/connect/token",
357+
"auth_url": "https://na.uemauth.workspaceone.com/connect/token",
358358
"client_id": "example client id",
359359
"client_secret": "example client secret",
360360
},
@@ -374,7 +374,7 @@ async def test_streaming_response_create(self, async_client: AsyncCloudflare) ->
374374
account_id="699d98642c564d2e855e9661899b7252",
375375
config={
376376
"api_url": "https://as123.awmdm.com/API",
377-
"auth_url": "https://na.uemauth.vmwservices.com/connect/token",
377+
"auth_url": "https://na.uemauth.workspaceone.com/connect/token",
378378
"client_id": "example client id",
379379
"client_secret": "example client secret",
380380
},
@@ -397,7 +397,7 @@ async def test_path_params_create(self, async_client: AsyncCloudflare) -> None:
397397
account_id="",
398398
config={
399399
"api_url": "https://as123.awmdm.com/API",
400-
"auth_url": "https://na.uemauth.vmwservices.com/connect/token",
400+
"auth_url": "https://na.uemauth.workspaceone.com/connect/token",
401401
"client_id": "example client id",
402402
"client_secret": "example client secret",
403403
},
@@ -507,7 +507,7 @@ async def test_method_edit_with_all_params(self, async_client: AsyncCloudflare)
507507
account_id="699d98642c564d2e855e9661899b7252",
508508
config={
509509
"api_url": "https://as123.awmdm.com/API",
510-
"auth_url": "https://na.uemauth.vmwservices.com/connect/token",
510+
"auth_url": "https://na.uemauth.workspaceone.com/connect/token",
511511
"client_id": "example client id",
512512
"client_secret": "example client secret",
513513
},

0 commit comments

Comments
 (0)