File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 1809
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-ae0f90b3a9e78788d77d466bf53f1a2c57743de1afd2ac9768f8fa1e1b14a067 .yml
3- openapi_spec_hash : 225f19b0ebaef22cdfc627d4bfacdeec
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-77d61495fecd0d26b9adff1af0ab3510b06a3cc2c6781b9a40aabcad2f10588a .yml
3+ openapi_spec_hash : 95dee3be411dda77306a41dc7d49eb35
44config_hash : 9f61e9f02b675e373b140471d52b670c
Original file line number Diff line number Diff line change @@ -593,6 +593,7 @@ type ThreatEventEditParams struct {
593593 Date param.Field [time.Time ] `json:"date" format:"date-time"`
594594 Event param.Field [string ] `json:"event"`
595595 Indicator param.Field [string ] `json:"indicator"`
596+ IndicatorType param.Field [string ] `json:"indicatorType"`
596597 Insight param.Field [string ] `json:"insight"`
597598 Raw param.Field [ThreatEventEditParamsRaw ] `json:"raw"`
598599 TargetCountry param.Field [string ] `json:"targetCountry"`
Original file line number Diff line number Diff line change @@ -203,6 +203,7 @@ func TestThreatEventEditWithOptionalParams(t *testing.T) {
203203 Date : cloudflare .F (time .Now ()),
204204 Event : cloudflare .F ("An attacker registered the domain domain.com" ),
205205 Indicator : cloudflare .F ("domain2.com" ),
206+ IndicatorType : cloudflare .F ("domain" ),
206207 Insight : cloudflare .F ("new insight" ),
207208 Raw : cloudflare .F (cloudforce_one.ThreatEventEditParamsRaw {
208209 Data : cloudflare .F (map [string ]interface {}{
You can’t perform that action at this time.
0 commit comments