Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Apr 22, 2024
1 parent c2b9b35 commit 3a3a661
Showing 1 changed file with 30 additions and 10 deletions.
40 changes: 30 additions & 10 deletions src/cloudflare/resources/cache/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ def purge(
**NB:** When including the Origin header, be sure to include the **scheme** and
**hostname**. The port number can be omitted if it is the default port (80 for
http, 443 for https), but must be included otherwise.
http, 443 for https), but must be included otherwise. **NB:** For Zones on
Free/Pro/Business plan, you may purge up to 30 URLs in one API call. For Zones
on Enterprise plan, you may purge up to 500 URLs in one API call.
### Purge Cached Content by Tag, Host or Prefix
Expand Down Expand Up @@ -172,7 +174,9 @@ def purge(
**NB:** When including the Origin header, be sure to include the **scheme** and
**hostname**. The port number can be omitted if it is the default port (80 for
http, 443 for https), but must be included otherwise.
http, 443 for https), but must be included otherwise. **NB:** For Zones on
Free/Pro/Business plan, you may purge up to 30 URLs in one API call. For Zones
on Enterprise plan, you may purge up to 500 URLs in one API call.
### Purge Cached Content by Tag, Host or Prefix
Expand Down Expand Up @@ -227,7 +231,9 @@ def purge(
**NB:** When including the Origin header, be sure to include the **scheme** and
**hostname**. The port number can be omitted if it is the default port (80 for
http, 443 for https), but must be included otherwise.
http, 443 for https), but must be included otherwise. **NB:** For Zones on
Free/Pro/Business plan, you may purge up to 30 URLs in one API call. For Zones
on Enterprise plan, you may purge up to 500 URLs in one API call.
### Purge Cached Content by Tag, Host or Prefix
Expand Down Expand Up @@ -282,7 +288,9 @@ def purge(
**NB:** When including the Origin header, be sure to include the **scheme** and
**hostname**. The port number can be omitted if it is the default port (80 for
http, 443 for https), but must be included otherwise.
http, 443 for https), but must be included otherwise. **NB:** For Zones on
Free/Pro/Business plan, you may purge up to 30 URLs in one API call. For Zones
on Enterprise plan, you may purge up to 500 URLs in one API call.
### Purge Cached Content by Tag, Host or Prefix
Expand Down Expand Up @@ -337,7 +345,9 @@ def purge(
**NB:** When including the Origin header, be sure to include the **scheme** and
**hostname**. The port number can be omitted if it is the default port (80 for
http, 443 for https), but must be included otherwise.
http, 443 for https), but must be included otherwise. **NB:** For Zones on
Free/Pro/Business plan, you may purge up to 30 URLs in one API call. For Zones
on Enterprise plan, you may purge up to 500 URLs in one API call.
### Purge Cached Content by Tag, Host or Prefix
Expand Down Expand Up @@ -459,7 +469,9 @@ async def purge(
**NB:** When including the Origin header, be sure to include the **scheme** and
**hostname**. The port number can be omitted if it is the default port (80 for
http, 443 for https), but must be included otherwise.
http, 443 for https), but must be included otherwise. **NB:** For Zones on
Free/Pro/Business plan, you may purge up to 30 URLs in one API call. For Zones
on Enterprise plan, you may purge up to 500 URLs in one API call.
### Purge Cached Content by Tag, Host or Prefix
Expand Down Expand Up @@ -514,7 +526,9 @@ async def purge(
**NB:** When including the Origin header, be sure to include the **scheme** and
**hostname**. The port number can be omitted if it is the default port (80 for
http, 443 for https), but must be included otherwise.
http, 443 for https), but must be included otherwise. **NB:** For Zones on
Free/Pro/Business plan, you may purge up to 30 URLs in one API call. For Zones
on Enterprise plan, you may purge up to 500 URLs in one API call.
### Purge Cached Content by Tag, Host or Prefix
Expand Down Expand Up @@ -569,7 +583,9 @@ async def purge(
**NB:** When including the Origin header, be sure to include the **scheme** and
**hostname**. The port number can be omitted if it is the default port (80 for
http, 443 for https), but must be included otherwise.
http, 443 for https), but must be included otherwise. **NB:** For Zones on
Free/Pro/Business plan, you may purge up to 30 URLs in one API call. For Zones
on Enterprise plan, you may purge up to 500 URLs in one API call.
### Purge Cached Content by Tag, Host or Prefix
Expand Down Expand Up @@ -624,7 +640,9 @@ async def purge(
**NB:** When including the Origin header, be sure to include the **scheme** and
**hostname**. The port number can be omitted if it is the default port (80 for
http, 443 for https), but must be included otherwise.
http, 443 for https), but must be included otherwise. **NB:** For Zones on
Free/Pro/Business plan, you may purge up to 30 URLs in one API call. For Zones
on Enterprise plan, you may purge up to 500 URLs in one API call.
### Purge Cached Content by Tag, Host or Prefix
Expand Down Expand Up @@ -679,7 +697,9 @@ async def purge(
**NB:** When including the Origin header, be sure to include the **scheme** and
**hostname**. The port number can be omitted if it is the default port (80 for
http, 443 for https), but must be included otherwise.
http, 443 for https), but must be included otherwise. **NB:** For Zones on
Free/Pro/Business plan, you may purge up to 30 URLs in one API call. For Zones
on Enterprise plan, you may purge up to 500 URLs in one API call.
### Purge Cached Content by Tag, Host or Prefix
Expand Down

0 comments on commit 3a3a661

Please sign in to comment.