Skip to content
Merged
Show file tree
Hide file tree
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: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 1707
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-3a98ff8678360cbcb06d9de010a178736703c559351020d019e478cabc36a459.yml
openapi_spec_hash: ccd6a7d73340e32900371f494e0b371e
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-0c69cfbd224d24b679af456d7a0a6ab03a15502e8cffccbf6f6b7255c598fa3f.yml
openapi_spec_hash: 4859d93f7857fadefcd5c3f4fee4f757
config_hash: e30b863eac83985d5919f958f3cd8993
8 changes: 4 additions & 4 deletions src/cloudflare/resources/api_gateway/configurations.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def update(
Set configuration properties

Args:
zone_id: Identifier
zone_id: Identifier.

extra_headers: Send extra headers

Expand Down Expand Up @@ -105,7 +105,7 @@ def get(
Retrieve information about specific configuration properties

Args:
zone_id: Identifier
zone_id: Identifier.

properties: Requests information about certain properties.

Expand Down Expand Up @@ -169,7 +169,7 @@ async def update(
Set configuration properties

Args:
zone_id: Identifier
zone_id: Identifier.

extra_headers: Send extra headers

Expand Down Expand Up @@ -209,7 +209,7 @@ async def get(
Retrieve information about specific configuration properties

Args:
zone_id: Identifier
zone_id: Identifier.

properties: Requests information about certain properties.

Expand Down
4 changes: 2 additions & 2 deletions src/cloudflare/resources/api_gateway/discovery/discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def get(
schemas

Args:
zone_id: Identifier
zone_id: Identifier.

extra_headers: Send extra headers

Expand Down Expand Up @@ -135,7 +135,7 @@ async def get(
schemas

Args:
zone_id: Identifier
zone_id: Identifier.

extra_headers: Send extra headers

Expand Down
16 changes: 8 additions & 8 deletions src/cloudflare/resources/api_gateway/discovery/operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def list(
Retrieve the most up to date view of discovered operations

Args:
zone_id: Identifier
zone_id: Identifier.

diff: When `true`, only return API Discovery results that are not saved into API
Shield Endpoint Management
Expand Down Expand Up @@ -165,7 +165,7 @@ def bulk_edit(
Update the `state` on one or more discovered operations

Args:
zone_id: Identifier
zone_id: Identifier.

extra_headers: Send extra headers

Expand Down Expand Up @@ -207,9 +207,9 @@ def edit(
Update the `state` on a discovered operation

Args:
zone_id: Identifier
zone_id: Identifier.

operation_id: UUID
operation_id: UUID.

state: Mark state of operation in API Discovery

Expand Down Expand Up @@ -288,7 +288,7 @@ def list(
Retrieve the most up to date view of discovered operations

Args:
zone_id: Identifier
zone_id: Identifier.

diff: When `true`, only return API Discovery results that are not saved into API
Shield Endpoint Management
Expand Down Expand Up @@ -376,7 +376,7 @@ async def bulk_edit(
Update the `state` on one or more discovered operations

Args:
zone_id: Identifier
zone_id: Identifier.

extra_headers: Send extra headers

Expand Down Expand Up @@ -418,9 +418,9 @@ async def edit(
Update the `state` on a discovered operation

Args:
zone_id: Identifier
zone_id: Identifier.

operation_id: UUID
operation_id: UUID.

state: Mark state of operation in API Discovery

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def create(
Generate fallthrough WAF expression template from a set of API hosts

Args:
zone_id: Identifier
zone_id: Identifier.

hosts: List of hosts to be targeted in the expression

Expand Down Expand Up @@ -127,7 +127,7 @@ async def create(
Generate fallthrough WAF expression template from a set of API hosts

Args:
zone_id: Identifier
zone_id: Identifier.

hosts: List of hosts to be targeted in the expression

Expand Down
32 changes: 16 additions & 16 deletions src/cloudflare/resources/api_gateway/operations/operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def create(
last_updated date.

Args:
zone_id: Identifier
zone_id: Identifier.

endpoint: The endpoint which can contain path parameter templates in curly braces, each
will be replaced from left to right with {varN}, starting with {var1}, during
Expand Down Expand Up @@ -158,7 +158,7 @@ def list(
Retrieve information about all operations on a zone

Args:
zone_id: Identifier
zone_id: Identifier.

direction: Direction to order results.

Expand Down Expand Up @@ -230,9 +230,9 @@ def delete(
Delete an operation

Args:
zone_id: Identifier
zone_id: Identifier.

operation_id: UUID
operation_id: UUID.

extra_headers: Send extra headers

Expand Down Expand Up @@ -275,7 +275,7 @@ def bulk_create(
its last_updated date.

Args:
zone_id: Identifier
zone_id: Identifier.

extra_headers: Send extra headers

Expand Down Expand Up @@ -313,7 +313,7 @@ def bulk_delete(
Delete multiple operations

Args:
zone_id: Identifier
zone_id: Identifier.

extra_headers: Send extra headers

Expand Down Expand Up @@ -350,9 +350,9 @@ def get(
Retrieve information about an operation

Args:
zone_id: Identifier
zone_id: Identifier.

operation_id: UUID
operation_id: UUID.

feature: Add feature(s) to the results. The feature name that is given here corresponds
to the resulting feature object. Have a look at the top-level object description
Expand Down Expand Up @@ -431,7 +431,7 @@ async def create(
last_updated date.

Args:
zone_id: Identifier
zone_id: Identifier.

endpoint: The endpoint which can contain path parameter templates in curly braces, each
will be replaced from left to right with {varN}, starting with {var1}, during
Expand Down Expand Up @@ -495,7 +495,7 @@ def list(
Retrieve information about all operations on a zone

Args:
zone_id: Identifier
zone_id: Identifier.

direction: Direction to order results.

Expand Down Expand Up @@ -567,9 +567,9 @@ async def delete(
Delete an operation

Args:
zone_id: Identifier
zone_id: Identifier.

operation_id: UUID
operation_id: UUID.

extra_headers: Send extra headers

Expand Down Expand Up @@ -612,7 +612,7 @@ def bulk_create(
its last_updated date.

Args:
zone_id: Identifier
zone_id: Identifier.

extra_headers: Send extra headers

Expand Down Expand Up @@ -650,7 +650,7 @@ async def bulk_delete(
Delete multiple operations

Args:
zone_id: Identifier
zone_id: Identifier.

extra_headers: Send extra headers

Expand Down Expand Up @@ -687,9 +687,9 @@ async def get(
Retrieve information about an operation

Args:
zone_id: Identifier
zone_id: Identifier.

operation_id: UUID
operation_id: UUID.

feature: Add feature(s) to the results. The feature name that is given here corresponds
to the resulting feature object. Have a look at the top-level object description
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ def update(
Updates operation-level schema validation settings on the zone

Args:
zone_id: Identifier
zone_id: Identifier.

operation_id: UUID
operation_id: UUID.

mitigation_action: When set, this applies a mitigation action to this operation

Expand Down Expand Up @@ -124,7 +124,7 @@ def edit(
Updates multiple operation-level schema validation settings on the zone

Args:
zone_id: Identifier
zone_id: Identifier.

extra_headers: Send extra headers

Expand Down Expand Up @@ -165,9 +165,9 @@ def get(
Retrieves operation-level schema validation settings on the zone

Args:
zone_id: Identifier
zone_id: Identifier.

operation_id: UUID
operation_id: UUID.

extra_headers: Send extra headers

Expand Down Expand Up @@ -227,9 +227,9 @@ async def update(
Updates operation-level schema validation settings on the zone

Args:
zone_id: Identifier
zone_id: Identifier.

operation_id: UUID
operation_id: UUID.

mitigation_action: When set, this applies a mitigation action to this operation

Expand Down Expand Up @@ -279,7 +279,7 @@ async def edit(
Updates multiple operation-level schema validation settings on the zone

Args:
zone_id: Identifier
zone_id: Identifier.

extra_headers: Send extra headers

Expand Down Expand Up @@ -322,9 +322,9 @@ async def get(
Retrieves operation-level schema validation settings on the zone

Args:
zone_id: Identifier
zone_id: Identifier.

operation_id: UUID
operation_id: UUID.

extra_headers: Send extra headers

Expand Down
4 changes: 2 additions & 2 deletions src/cloudflare/resources/api_gateway/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def list(
Retrieve operations and features as OpenAPI schemas

Args:
zone_id: Identifier
zone_id: Identifier.

feature: Add feature(s) to the results. The feature name that is given here corresponds
to the resulting feature object. Have a look at the top-level object description
Expand Down Expand Up @@ -140,7 +140,7 @@ async def list(
Retrieve operations and features as OpenAPI schemas

Args:
zone_id: Identifier
zone_id: Identifier.

feature: Add feature(s) to the results. The feature name that is given here corresponds
to the resulting feature object. Have a look at the top-level object description
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def update(
Updates zone level schema validation settings on the zone

Args:
zone_id: Identifier
zone_id: Identifier.

validation_default_mitigation_action: The default mitigation action used when there is no mitigation action defined on
the operation
Expand Down Expand Up @@ -126,7 +126,7 @@ def edit(
Updates zone level schema validation settings on the zone

Args:
zone_id: Identifier
zone_id: Identifier.

validation_default_mitigation_action: The default mitigation action used when there is no mitigation action defined on
the operation Mitigation actions are as follows:
Expand Down Expand Up @@ -187,7 +187,7 @@ def get(
Retrieves zone level schema validation settings currently set on the zone

Args:
zone_id: Identifier
zone_id: Identifier.

extra_headers: Send extra headers

Expand Down Expand Up @@ -245,7 +245,7 @@ async def update(
Updates zone level schema validation settings on the zone

Args:
zone_id: Identifier
zone_id: Identifier.

validation_default_mitigation_action: The default mitigation action used when there is no mitigation action defined on
the operation
Expand Down Expand Up @@ -307,7 +307,7 @@ async def edit(
Updates zone level schema validation settings on the zone

Args:
zone_id: Identifier
zone_id: Identifier.

validation_default_mitigation_action: The default mitigation action used when there is no mitigation action defined on
the operation Mitigation actions are as follows:
Expand Down Expand Up @@ -368,7 +368,7 @@ async def get(
Retrieves zone level schema validation settings currently set on the zone

Args:
zone_id: Identifier
zone_id: Identifier.

extra_headers: Send extra headers

Expand Down
Loading