Skip to content

Commit e2fd928

Browse files
Apply suggestions from code review
Co-authored-by: angelampcosta <[email protected]>
1 parent 0b765ac commit e2fd928

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/radar/investigate/url-scanner.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Some examples of more specific properties include:
112112

113113
The [Get URL Scan](/api/operations/urlscanner-get-scan) API endpoint documentation contains the full response schema.
114114

115-
To fetch the scan's [screenshots](/api/operations/urlscanner-get-scan-screenshot) or full [network log](/api/operations/urlscanner-get-scan-har), please visit the corresponding endpoints' documentation.
115+
To fetch the scan's [screenshots](/api/operations/urlscanner-get-scan-screenshot) or full [network log](/api/operations/urlscanner-get-scan-har) refer to the corresponding endpoints' documentation.
116116

117117
### Search scans
118118

@@ -125,7 +125,7 @@ curl "https://api.cloudflare.com/client/v4/accounts/{account_id}/urlscanner/scan
125125

126126
Search results will also include your *own* `Unlisted` scans.
127127

128-
If, instead, you wanted to search for scans which made at least one request to the hostname `cdnjs.cloudflare.com`, for example sites that use a JavaScript library hosted at `cdnjs.cloudflare.com`, use the query parameter `hostname=cdnjs.cloudflare.com`:
128+
If, instead, you wanted to search for scans that made at least one request to the hostname `cdnjs.cloudflare.com`, for example sites that use a JavaScript library hosted at `cdnjs.cloudflare.com`, use the query parameter `hostname=cdnjs.cloudflare.com`:
129129

130130
```bash
131131
curl "https://api.cloudflare.com/client/v4/accounts/{account_id}/urlscanner/scan?hostname=cdnjs.cloudflare.com" \
@@ -134,6 +134,6 @@ curl "https://api.cloudflare.com/client/v4/accounts/{account_id}/urlscanner/scan
134134

135135
You can also search for the hash in the URL Scanner API.
136136

137-
Go to `https://developers.cloudflare.com/api/operations/urlscanner-search-scans` for the full list of available options.
137+
Go to [Search URL scans](/api/operations/urlscanner-search-scans) in the API documentation for the full list of available options.
138138

139139
Alternatively, you can search for the hash on the [Cloudflare dashboard](https://dash.cloudflare.com/) by selecting your account > **Security Center** > **Investigate** > Enter the hash > Select **Search**.

0 commit comments

Comments
 (0)