Skip to content

Commit 4121098

Browse files
author
Api (Codebuild)
committed
Look for details in API documentation's changelog
1 parent b7df782 commit 4121098

2 files changed

Lines changed: 2 additions & 19 deletions

File tree

docs/ObjectEzsignfolderApi.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Name | Type | Description | Notes
125125
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
126126

127127
# **ezsignfolder_batch_download_v1**
128-
> bytearray ezsignfolder_batch_download_v1(pki_ezsignfolder_id, ezsignfolder_batch_download_v1_request, accept=accept)
128+
> bytearray ezsignfolder_batch_download_v1(pki_ezsignfolder_id, ezsignfolder_batch_download_v1_request)
129129
130130
Download multiples files from an Ezsignfolder
131131

@@ -162,11 +162,10 @@ with eZmaxApi.ApiClient(configuration) as api_client:
162162
api_instance = eZmaxApi.ObjectEzsignfolderApi(api_client)
163163
pki_ezsignfolder_id = 56 # int |
164164
ezsignfolder_batch_download_v1_request = eZmaxApi.EzsignfolderBatchDownloadV1Request() # EzsignfolderBatchDownloadV1Request |
165-
accept = 'accept_example' # str | Test csharp (optional)
166165

167166
try:
168167
# Download multiples files from an Ezsignfolder
169-
api_response = api_instance.ezsignfolder_batch_download_v1(pki_ezsignfolder_id, ezsignfolder_batch_download_v1_request, accept=accept)
168+
api_response = api_instance.ezsignfolder_batch_download_v1(pki_ezsignfolder_id, ezsignfolder_batch_download_v1_request)
170169
print("The response of ObjectEzsignfolderApi->ezsignfolder_batch_download_v1:\n")
171170
pprint(api_response)
172171
except Exception as e:
@@ -182,7 +181,6 @@ Name | Type | Description | Notes
182181
------------- | ------------- | ------------- | -------------
183182
**pki_ezsignfolder_id** | **int**| |
184183
**ezsignfolder_batch_download_v1_request** | [**EzsignfolderBatchDownloadV1Request**](EzsignfolderBatchDownloadV1Request.md)| |
185-
**accept** | **str**| Test csharp | [optional]
186184

187185
### Return type
188186

eZmaxApi/api/object_ezsignfolder_api.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,6 @@ def ezsignfolder_batch_download_v1(
386386
self,
387387
pki_ezsignfolder_id: Annotated[int, Field(strict=True, ge=0)],
388388
ezsignfolder_batch_download_v1_request: EzsignfolderBatchDownloadV1Request,
389-
accept: Annotated[Optional[StrictStr], Field(description="Test csharp")] = None,
390389
_request_timeout: Union[
391390
None,
392391
Annotated[StrictFloat, Field(gt=0)],
@@ -407,8 +406,6 @@ def ezsignfolder_batch_download_v1(
407406
:type pki_ezsignfolder_id: int
408407
:param ezsignfolder_batch_download_v1_request: (required)
409408
:type ezsignfolder_batch_download_v1_request: EzsignfolderBatchDownloadV1Request
410-
:param accept: Test csharp
411-
:type accept: str
412409
:param _request_timeout: timeout setting for this request. If one
413410
number provided, it will be total request
414411
timeout. It can also be a pair (tuple) of
@@ -434,7 +431,6 @@ def ezsignfolder_batch_download_v1(
434431
_param = self._ezsignfolder_batch_download_v1_serialize(
435432
pki_ezsignfolder_id=pki_ezsignfolder_id,
436433
ezsignfolder_batch_download_v1_request=ezsignfolder_batch_download_v1_request,
437-
accept=accept,
438434
_request_auth=_request_auth,
439435
_content_type=_content_type,
440436
_headers=_headers,
@@ -463,7 +459,6 @@ def ezsignfolder_batch_download_v1_with_http_info(
463459
self,
464460
pki_ezsignfolder_id: Annotated[int, Field(strict=True, ge=0)],
465461
ezsignfolder_batch_download_v1_request: EzsignfolderBatchDownloadV1Request,
466-
accept: Annotated[Optional[StrictStr], Field(description="Test csharp")] = None,
467462
_request_timeout: Union[
468463
None,
469464
Annotated[StrictFloat, Field(gt=0)],
@@ -484,8 +479,6 @@ def ezsignfolder_batch_download_v1_with_http_info(
484479
:type pki_ezsignfolder_id: int
485480
:param ezsignfolder_batch_download_v1_request: (required)
486481
:type ezsignfolder_batch_download_v1_request: EzsignfolderBatchDownloadV1Request
487-
:param accept: Test csharp
488-
:type accept: str
489482
:param _request_timeout: timeout setting for this request. If one
490483
number provided, it will be total request
491484
timeout. It can also be a pair (tuple) of
@@ -511,7 +504,6 @@ def ezsignfolder_batch_download_v1_with_http_info(
511504
_param = self._ezsignfolder_batch_download_v1_serialize(
512505
pki_ezsignfolder_id=pki_ezsignfolder_id,
513506
ezsignfolder_batch_download_v1_request=ezsignfolder_batch_download_v1_request,
514-
accept=accept,
515507
_request_auth=_request_auth,
516508
_content_type=_content_type,
517509
_headers=_headers,
@@ -540,7 +532,6 @@ def ezsignfolder_batch_download_v1_without_preload_content(
540532
self,
541533
pki_ezsignfolder_id: Annotated[int, Field(strict=True, ge=0)],
542534
ezsignfolder_batch_download_v1_request: EzsignfolderBatchDownloadV1Request,
543-
accept: Annotated[Optional[StrictStr], Field(description="Test csharp")] = None,
544535
_request_timeout: Union[
545536
None,
546537
Annotated[StrictFloat, Field(gt=0)],
@@ -561,8 +552,6 @@ def ezsignfolder_batch_download_v1_without_preload_content(
561552
:type pki_ezsignfolder_id: int
562553
:param ezsignfolder_batch_download_v1_request: (required)
563554
:type ezsignfolder_batch_download_v1_request: EzsignfolderBatchDownloadV1Request
564-
:param accept: Test csharp
565-
:type accept: str
566555
:param _request_timeout: timeout setting for this request. If one
567556
number provided, it will be total request
568557
timeout. It can also be a pair (tuple) of
@@ -588,7 +577,6 @@ def ezsignfolder_batch_download_v1_without_preload_content(
588577
_param = self._ezsignfolder_batch_download_v1_serialize(
589578
pki_ezsignfolder_id=pki_ezsignfolder_id,
590579
ezsignfolder_batch_download_v1_request=ezsignfolder_batch_download_v1_request,
591-
accept=accept,
592580
_request_auth=_request_auth,
593581
_content_type=_content_type,
594582
_headers=_headers,
@@ -612,7 +600,6 @@ def _ezsignfolder_batch_download_v1_serialize(
612600
self,
613601
pki_ezsignfolder_id,
614602
ezsignfolder_batch_download_v1_request,
615-
accept,
616603
_request_auth,
617604
_content_type,
618605
_headers,
@@ -638,8 +625,6 @@ def _ezsignfolder_batch_download_v1_serialize(
638625
_path_params['pkiEzsignfolderID'] = pki_ezsignfolder_id
639626
# process the query parameters
640627
# process the header parameters
641-
if accept is not None:
642-
_header_params['Accept'] = accept
643628
# process the form parameters
644629
# process the body parameter
645630
if ezsignfolder_batch_download_v1_request is not None:

0 commit comments

Comments
 (0)