Skip to content

Commit 521bb43

Browse files
authored
[Security Center] Remove trailing spaces (#19700)
1 parent b726b1a commit 521bb43

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

src/content/docs/security-center/intel-apis/manage-miscategorization-reports.mdx

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77

88
This guide will show you how to manage miscategorization of reports. To complete this guide, you will need to generate an [API token](/fundamentals/api/get-started/create-token/).
99

10-
1. Create an [API token](/fundamentals/api/get-started/create-token/) if you do not have one already.
10+
1. Create an [API token](/fundamentals/api/get-started/create-token/) if you do not have one already.
1111
2. Choose **Custom Token**.
1212
3. Name the token, and grant permissions.
1313
4. Send a `POST` request to the miscategorization [API endpoint](https://developers.cloudflare.com/api/resources/intel/subresources/miscategorizations/methods/create/). You can find an example below:
@@ -18,19 +18,19 @@ export URL="https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/intel/misc
1818
curl -X POST "$URL" \
1919
-H "Authorization: Bearer $TOKEN" \
2020
-H "Content-Type:application/json" \
21-
--data '{
22-
"content_adds": [
23-
],
24-
"content_removes": [
25-
],
26-
"indicator_type": "domain",
27-
"ip": null,
28-
"security_adds": [
29-
115
30-
],
31-
"security_removes": [
32-
],
33-
"url": "cloudflare.com"
21+
--data '{
22+
"content_adds": [
23+
],
24+
"content_removes": [
25+
],
26+
"indicator_type": "domain",
27+
"ip": null,
28+
"security_adds": [
29+
115
30+
],
31+
"security_removes": [
32+
],
33+
"url": "cloudflare.com"
3434
}'
3535
```
3636

0 commit comments

Comments
 (0)