Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored May 2, 2024
1 parent f499b37 commit 650990c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 1267
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-cc3299608e8bb30103d79d6bdc29758d43899b0393afe2153bea75e201ac0795.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-e766041655f0afd0c3d17f358598272442d420c51c0d73c87f17f5a0d9dc3990.yml
8 changes: 4 additions & 4 deletions src/resources/url-scanner/url-scanner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export interface URLScannerScanParams {
page_asn?: string;

/**
* Filter scans by main page hostname .
* Filter scans by main page hostname (domain of effective URL).
*/
page_hostname?: string;

Expand All @@ -144,12 +144,12 @@ export interface URLScannerScanParams {
page_ip?: string;

/**
* Filter scans by exact match URL path (also supports suffix search).
* Filter scans by exact match of effective URL path (also supports suffix search).
*/
page_path?: string;

/**
* Filter scans by exact match to scanned URL (_after redirects_)
* Filter scans by submitted or scanned URL
*/
page_url?: string;

Expand All @@ -164,7 +164,7 @@ export interface URLScannerScanParams {
scanId?: string;

/**
* Filter scans by exact match URL of _any_ request made by the webpage
* Filter scans by URL of _any_ request made by the webpage
*/
url?: string;
}
Expand Down

0 comments on commit 650990c

Please sign in to comment.