Skip to content

Commit b480965

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
feat(api): update via SDK Studio (#2191)
1 parent 8fa356e commit b480965

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 1448
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-5414c8c509823f43fe91c2e86ca0011bbb433261ed182678d52d6b7f86ba28f1.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-372f8f48e969702b4bcf6b711bbe06a2f49b19a7c8c885017659bd05a4978862.yml

src/cloudflare/types/api_gateway/operation_create_response.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
class OperationCreateResponseItemFeaturesAPIShieldOperationFeatureThresholdsThresholds(BaseModel):
3434
auth_id_tokens: Optional[int] = None
35-
"""The total number of auth-ids seen across this calculation."""
35+
"""The total number of auth-ids seen across this calculation foo."""
3636

3737
data_points: Optional[int] = None
3838
"""The number of data points used for the threshold suggestion calculation."""

src/cloudflare/types/api_gateway/operation_get_response.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
class FeaturesAPIShieldOperationFeatureThresholdsThresholds(BaseModel):
3333
auth_id_tokens: Optional[int] = None
34-
"""The total number of auth-ids seen across this calculation."""
34+
"""The total number of auth-ids seen across this calculation foo."""
3535

3636
data_points: Optional[int] = None
3737
"""The number of data points used for the threshold suggestion calculation."""

src/cloudflare/types/api_gateway/operation_list_response.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
class FeaturesAPIShieldOperationFeatureThresholdsThresholds(BaseModel):
3333
auth_id_tokens: Optional[int] = None
34-
"""The total number of auth-ids seen across this calculation."""
34+
"""The total number of auth-ids seen across this calculation foo."""
3535

3636
data_points: Optional[int] = None
3737
"""The number of data points used for the threshold suggestion calculation."""

src/cloudflare/types/api_gateway/user_schemas/operation_list_response.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
class APIShieldOperationFeaturesAPIShieldOperationFeatureThresholdsThresholds(BaseModel):
3535
auth_id_tokens: Optional[int] = None
36-
"""The total number of auth-ids seen across this calculation."""
36+
"""The total number of auth-ids seen across this calculation foo."""
3737

3838
data_points: Optional[int] = None
3939
"""The number of data points used for the threshold suggestion calculation."""

0 commit comments

Comments
 (0)