@@ -312,7 +312,6 @@ impl<'a> Application<'a> {
312
312
& self ,
313
313
app_id : String ,
314
314
application_in : ApplicationIn ,
315
- _: Option < PostOptions > ,
316
315
) -> Result < ApplicationOut > {
317
316
application_api:: v1_period_application_period_update (
318
317
self . cfg ,
@@ -328,7 +327,6 @@ impl<'a> Application<'a> {
328
327
& self ,
329
328
app_id : String ,
330
329
application_patch : ApplicationPatch ,
331
- _: Option < PostOptions > ,
332
330
) -> Result < ApplicationOut > {
333
331
application_api:: v1_period_application_period_patch (
334
332
self . cfg ,
@@ -427,7 +425,6 @@ impl<'a> Endpoint<'a> {
427
425
app_id : String ,
428
426
endpoint_id : String ,
429
427
endpoint_update : EndpointUpdate ,
430
- _: Option < PostOptions > ,
431
428
) -> Result < EndpointOut > {
432
429
endpoint_api:: v1_period_endpoint_period_update (
433
430
self . cfg ,
@@ -445,7 +442,6 @@ impl<'a> Endpoint<'a> {
445
442
app_id : String ,
446
443
endpoint_id : String ,
447
444
endpoint_patch : EndpointPatch ,
448
- _: Option < PostOptions > ,
449
445
) -> Result < EndpointOut > {
450
446
endpoint_api:: v1_period_endpoint_period_patch (
451
447
self . cfg ,
@@ -733,7 +729,6 @@ impl<'a> Integration<'a> {
733
729
app_id : String ,
734
730
integ_id : String ,
735
731
integration_update : IntegrationUpdate ,
736
- _: Option < PostOptions > ,
737
732
) -> Result < IntegrationOut > {
738
733
integration_api:: v1_period_integration_period_update (
739
734
self . cfg ,
@@ -843,7 +838,6 @@ impl<'a> EventType<'a> {
843
838
& self ,
844
839
event_type_name : String ,
845
840
event_type_update : EventTypeUpdate ,
846
- _: Option < PostOptions > ,
847
841
) -> Result < EventTypeOut > {
848
842
event_type_api:: v1_period_event_type_period_update (
849
843
self . cfg ,
@@ -859,7 +853,6 @@ impl<'a> EventType<'a> {
859
853
& self ,
860
854
event_type_name : String ,
861
855
event_type_patch : EventTypePatch ,
862
- _: Option < PostOptions > ,
863
856
) -> Result < EventTypeOut > {
864
857
event_type_api:: v1_period_event_type_period_patch (
865
858
self . cfg ,
@@ -1346,7 +1339,6 @@ impl<'a> OperationalWebhookEndpoint<'a> {
1346
1339
& self ,
1347
1340
endpoint_id : String ,
1348
1341
endpoint_update : OperationalWebhookEndpointUpdate ,
1349
- _: Option < PostOptions > ,
1350
1342
) -> Result < OperationalWebhookEndpointOut > {
1351
1343
operational_webhook_endpoint_api:: update_operational_webhook_endpoint (
1352
1344
self . cfg ,
0 commit comments