Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(api): OpenAPI spec update via Stainless API #202

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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