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 #1644

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
4 changes: 3 additions & 1 deletion cache/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ func NewCacheService(opts ...option.RequestOption) (r *CacheService) {
//
// **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