File tree 3 files changed +9
-7
lines changed
3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 1397
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-fe729b42d8f4cdf418646a3db49b6486b2e5f33f7acb74f0c48f4c43e16b1c52 .yml
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-dc0ea8b1d39a240dde258e432da1b6e2f044da9d646023352946c4a9d586b25f .yml
Original file line number Diff line number Diff line change @@ -379,9 +379,10 @@ func (r settingDomainDeleteResponseEnvelopeJSON) RawJSON() string {
379
379
380
380
type SettingDomainEditParams struct {
381
381
// Account Identifier
382
- AccountID param.Field [string ] `path:"account_id,required"`
383
- Domain param.Field [string ] `json:"domain"`
384
- LookbackHops param.Field [int64 ] `json:"lookback_hops"`
382
+ AccountID param.Field [string ] `path:"account_id,required"`
383
+ Domain param.Field [string ] `json:"domain"`
384
+ IntegrationID param.Field [string ] `json:"integration_id" format:"uuid"`
385
+ LookbackHops param.Field [int64 ] `json:"lookback_hops"`
385
386
}
386
387
387
388
func (r SettingDomainEditParams ) MarshalJSON () (data []byte , err error ) {
Original file line number Diff line number Diff line change @@ -92,9 +92,10 @@ func TestSettingDomainEditWithOptionalParams(t *testing.T) {
92
92
context .TODO (),
93
93
int64 (2400 ),
94
94
email_security.SettingDomainEditParams {
95
- AccountID : cloudflare .F ("023e105f4ecef8ad9ca31a8372d0c353" ),
96
- Domain : cloudflare .F ("domain" ),
97
- LookbackHops : cloudflare .F (int64 (1 )),
95
+ AccountID : cloudflare .F ("023e105f4ecef8ad9ca31a8372d0c353" ),
96
+ Domain : cloudflare .F ("domain" ),
97
+ IntegrationID : cloudflare .F ("182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e" ),
98
+ LookbackHops : cloudflare .F (int64 (1 )),
98
99
},
99
100
)
100
101
if err != nil {
You can’t perform that action at this time.
0 commit comments