Skip to content

Commit cc89c60

Browse files
docs(api): add pdf to supported file types in account_holders
1 parent 100269f commit cc89c60

3 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: 190
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

lib/lithic/resources/account_holders.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,8 @@ def simulate_enrollment_review(params = {})
279279
#
280280
# This endpoint is only valid for evaluations in a `PENDING_DOCUMENT` state.
281281
#
282-
# Uploaded images must either be a `jpg` or `png` file, and each must be less than
283-
# 15 MiB. Once both required uploads have been successfully completed, your
282+
# Supported file types include `jpg`, `png`, and `pdf`. Each file must be less
283+
# than 15 MiB. Once both required uploads have been successfully completed, your
284284
# document will be run through KYC verification.
285285
#
286286
# If you have registered a webhook, you will receive evaluation updates for any

rbi/lithic/resources/account_holders.rbi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ module Lithic
245245
#
246246
# This endpoint is only valid for evaluations in a `PENDING_DOCUMENT` state.
247247
#
248-
# Uploaded images must either be a `jpg` or `png` file, and each must be less than
249-
# 15 MiB. Once both required uploads have been successfully completed, your
248+
# Supported file types include `jpg`, `png`, and `pdf`. Each file must be less
249+
# than 15 MiB. Once both required uploads have been successfully completed, your
250250
# document will be run through KYC verification.
251251
#
252252
# If you have registered a webhook, you will receive evaluation updates for any

0 commit comments

Comments
 (0)