Skip to content

Commit afcb77c

Browse files
docs(api): add pdf to supported file types for account holders document upload
1 parent 669e335 commit afcb77c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 189
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-fcf9b2688f1093591ebfa0f26aaa02929c63992600ce5709a97908d8a1360592.yml
3-
openapi_spec_hash: 7376ab615eac0a338424a9217717c21c
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-5bb8d2bedef02f07498de3f252fa6da1393d2fb59f727b05828804cea9aded30.yml
3+
openapi_spec_hash: d1f260252b3bb7ebc77fa7134db6c65d
44
config_hash: 400b9afe0f7f7b7d96177d05950775f9

src/lithic/resources/account_holders/account_holders.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,8 +1078,8 @@ def upload_document(
10781078
10791079
This endpoint is only valid for evaluations in a `PENDING_DOCUMENT` state.
10801080
1081-
Uploaded images must either be a `jpg` or `png` file, and each must be less than
1082-
15 MiB. Once both required uploads have been successfully completed, your
1081+
Supported file types include `jpg`, `png`, and `pdf`. Each file must be less
1082+
than 15 MiB. Once both required uploads have been successfully completed, your
10831083
document will be run through KYC verification.
10841084
10851085
If you have registered a webhook, you will receive evaluation updates for any
@@ -2156,8 +2156,8 @@ async def upload_document(
21562156
21572157
This endpoint is only valid for evaluations in a `PENDING_DOCUMENT` state.
21582158
2159-
Uploaded images must either be a `jpg` or `png` file, and each must be less than
2160-
15 MiB. Once both required uploads have been successfully completed, your
2159+
Supported file types include `jpg`, `png`, and `pdf`. Each file must be less
2160+
than 15 MiB. Once both required uploads have been successfully completed, your
21612161
document will be run through KYC verification.
21622162
21632163
If you have registered a webhook, you will receive evaluation updates for any

0 commit comments

Comments
 (0)