Skip to content

Commit 19ae67a

Browse files
committed
remove Worker references
1 parent dd7c662 commit 19ae67a

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

src/content/docs/cloudflare-one/identity/devices/service-providers/custom.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
pcx_content_type: how-to
33
title: Custom service provider
4+
hidden: true
45
sidebar:
56
order: 1
67

@@ -23,7 +24,7 @@ sequenceDiagram
2324

2425
## External API requirements
2526

26-
The custom service provider integration works with any API service that meets the following specifications. To get started with building a custom external API, refer to the sample code and our [Create custom device posture checks with Workers](/cloudflare-one/tutorials/custom-device-posture-workers) tutorial.
27+
The custom service provider integration works with any API service that meets the following specifications.
2728

2829
### Authentication
2930

@@ -64,7 +65,7 @@ Example request body:
6465

6566
### Expected response from external API
6667

67-
For each Cloudflare `device_id`, The API service is expected to return a posture score and optionally a third-party device ID.
68+
For each Cloudflare `device_id`, the API service is expected to return a posture score and optionally a third-party device ID.
6869

6970
| Field | Description |
7071
| ----- | ----------- |

src/content/docs/cloudflare-one/tutorials/custom-device-posture-workers.mdx

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)