Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#1767)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Apr 11, 2024
1 parent 65ade52 commit c8d2d0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion zero_trust/dexhttptest.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ type HTTPDetails struct {
Method string `json:"method"`
// The name of the HTTP synthetic application test
Name string `json:"name"`
TargetPolicies []DeviceExperienceMonitor `json:"target_policies,nullable"`
TargetPolicies []DeviceExperienceMonitor `json:"target_policies"`
Targeted bool `json:"targeted"`
JSON httpDetailsJSON `json:"-"`
}
Expand Down
2 changes: 1 addition & 1 deletion zero_trust/dextest.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ type TestsTest struct {
HTTPResultsByColo []TestsTestsHTTPResultsByColo `json:"httpResultsByColo"`
// for HTTP, the method to use when running the test
Method string `json:"method"`
TargetPolicies []DeviceExperienceMonitor `json:"target_policies,nullable"`
TargetPolicies []DeviceExperienceMonitor `json:"target_policies"`
Targeted bool `json:"targeted"`
TracerouteResults TestsTestsTracerouteResults `json:"tracerouteResults,nullable"`
TracerouteResultsByColo []TestsTestsTracerouteResultsByColo `json:"tracerouteResultsByColo"`
Expand Down
2 changes: 1 addition & 1 deletion zero_trust/dextraceroutetest.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ type Traceroute struct {
Kind TracerouteKind `json:"kind,required"`
// The name of the Traceroute synthetic application test
Name string `json:"name,required"`
TargetPolicies []DeviceExperienceMonitor `json:"target_policies,nullable"`
TargetPolicies []DeviceExperienceMonitor `json:"target_policies"`
Targeted bool `json:"targeted"`
TracerouteStats TracerouteTracerouteStats `json:"tracerouteStats,nullable"`
TracerouteStatsByColo []TracerouteTracerouteStatsByColo `json:"tracerouteStatsByColo"`
Expand Down

0 comments on commit c8d2d0e

Please sign in to comment.