File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 1793
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-ee8c2cffcbe717617cb13252557a3de006816d9ed6b6aa8e054316663ef91c2b .yml
3- openapi_spec_hash : 64cb39b96abfd876a27e679f44bb1eef
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-46ae98ac058f8748b8ce2ff270c37edc601a9980f18cebe115f7df45974e7b9e .yml
3+ openapi_spec_hash : 48d63c6a54028125b8be56594f86f899
44config_hash : de4c81cee29cd7dd907279e8916b334f
Original file line number Diff line number Diff line change @@ -62,7 +62,8 @@ type InvestigateReclassifyNewParams struct {
6262 AccountID param.Field [string ] `path:"account_id,required"`
6363 ExpectedDisposition param.Field [InvestigateReclassifyNewParamsExpectedDisposition ] `json:"expected_disposition,required"`
6464 // Base64 encoded content of the EML file
65- EmlContent param.Field [string ] `json:"eml_content"`
65+ EmlContent param.Field [string ] `json:"eml_content"`
66+ EscalatedSubmissionID param.Field [string ] `json:"escalated_submission_id"`
6667}
6768
6869func (r InvestigateReclassifyNewParams ) MarshalJSON () (data []byte , err error ) {
Original file line number Diff line number Diff line change @@ -31,9 +31,10 @@ func TestInvestigateReclassifyNewWithOptionalParams(t *testing.T) {
3131 context .TODO (),
3232 "4Njp3P0STMz2c02Q" ,
3333 email_security.InvestigateReclassifyNewParams {
34- AccountID : cloudflare .F ("023e105f4ecef8ad9ca31a8372d0c353" ),
35- ExpectedDisposition : cloudflare .F (email_security .InvestigateReclassifyNewParamsExpectedDispositionNone ),
36- EmlContent : cloudflare .F ("eml_content" ),
34+ AccountID : cloudflare .F ("023e105f4ecef8ad9ca31a8372d0c353" ),
35+ ExpectedDisposition : cloudflare .F (email_security .InvestigateReclassifyNewParamsExpectedDispositionNone ),
36+ EmlContent : cloudflare .F ("eml_content" ),
37+ EscalatedSubmissionID : cloudflare .F ("escalated_submission_id" ),
3738 },
3839 )
3940 if err != nil {
You can’t perform that action at this time.
0 commit comments