File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 1617
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-b8e92e0265ee524573a0bbe517e04b0fd59acc583e2cc020d189d0e6e378fcbd .yml
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-4c5d3eca46acf6884562f78cedffd5eb2e4c41781c5f4667c84739767252bb22 .yml
Original file line number Diff line number Diff line change @@ -377,7 +377,6 @@ func (r connectorGetResponseDeviceJSON) RawJSON() string {
377
377
}
378
378
379
379
type ConnectorUpdateParams struct {
380
- // Account identifier
381
380
AccountID param.Field [string ] `path:"account_id,required"`
382
381
Activated param.Field [bool ] `json:"activated"`
383
382
InterruptWindowDurationHours param.Field [float64 ] `json:"interrupt_window_duration_hours"`
@@ -464,12 +463,10 @@ func (r connectorUpdateResponseEnvelopeMessagesJSON) RawJSON() string {
464
463
}
465
464
466
465
type ConnectorListParams struct {
467
- // Account identifier
468
466
AccountID param.Field [string ] `path:"account_id,required"`
469
467
}
470
468
471
469
type ConnectorEditParams struct {
472
- // Account identifier
473
470
AccountID param.Field [string ] `path:"account_id,required"`
474
471
Activated param.Field [bool ] `json:"activated"`
475
472
InterruptWindowDurationHours param.Field [float64 ] `json:"interrupt_window_duration_hours"`
@@ -556,7 +553,6 @@ func (r connectorEditResponseEnvelopeMessagesJSON) RawJSON() string {
556
553
}
557
554
558
555
type ConnectorGetParams struct {
559
- // Account identifier
560
556
AccountID param.Field [string ] `path:"account_id,required"`
561
557
}
562
558
You can’t perform that action at this time.
0 commit comments