Skip to content

Commit

Permalink
feat(fleet_status): update path placeholders to match conventions (#3606
Browse files Browse the repository at this point in the history
)
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Nov 15, 2024
1 parent 5e09299 commit 02a45b1
Show file tree
Hide file tree
Showing 4 changed files with 600 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 1416
configured_endpoints: 1417
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-cc1685d89cdcb1a8b9f5eada60808601470876a497be8898010890736c20e77f.yml
8 changes: 8 additions & 0 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4455,6 +4455,14 @@ Methods:

### FleetStatus

Response Types:

- <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/zero_trust">zero_trust</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/zero_trust#DeviceFleetStatusGetResponse">DeviceFleetStatusGetResponse</a>

Methods:

- <code title="get /accounts/{account_id}/devices/{device_id}/fleet-status/live">client.ZeroTrust.Devices.FleetStatus.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/zero_trust#DeviceFleetStatusService.Get">Get</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, deviceID <a href="https://pkg.go.dev/builtin#string">string</a>, params <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/zero_trust">zero_trust</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/zero_trust#DeviceFleetStatusGetParams">DeviceFleetStatusGetParams</a>) (<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/zero_trust">zero_trust</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/zero_trust#DeviceFleetStatusGetResponse">DeviceFleetStatusGetResponse</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>

### Policies

Params Types:
Expand Down
Loading

0 comments on commit 02a45b1

Please sign in to comment.