Skip to content

Commit

Permalink
feat(api): api update (#2286)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Dec 17, 2024
1 parent 9cae1f0 commit efa8fcb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 1467
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-a2d9b92dd116fb25fdcd7969ee039a099a9cea04182925b450f5dd5e3b4dedfb.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-ace2cb0a08aa00d1675be9b68d04f10c86943a39c5a405f740863e4da89b3057.yml
4 changes: 0 additions & 4 deletions src/cloudflare/types/zero_trust/dlp/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ class Dataset(BaseModel):
status: Literal["empty", "uploading", "processing", "failed", "complete"]

updated_at: datetime
"""When the dataset was last updated.
This includes name or description changes as well as uploads.
"""

uploads: List[Upload]

Expand Down

0 comments on commit efa8fcb

Please sign in to comment.