File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -294,6 +294,32 @@ resources:
294294 $shared :
295295 models :
296296 bulk_customer_import_error_entry : " #/components/schemas/BulkCustomerImportErrorEntry"
297+ crypto :
298+ methods :
299+ estimate_withdrawal_fee : post /crypto/estimate-withdrawal-fee
300+ beneficial_owners :
301+ methods :
302+ create : post /beneficial-owners
303+ list : get /beneficial-owners
304+ retrieve : get /beneficial-owners/{beneficialOwnerId}
305+ update : patch /beneficial-owners/{beneficialOwnerId}
306+ documents :
307+ methods :
308+ upload : post /documents
309+ list : get /documents
310+ retrieve : get /documents/{documentId}
311+ replace : put /documents/{documentId}
312+ delete : delete /documents/{documentId}
313+ verifications :
314+ methods :
315+ submit : post /verifications
316+ list : get /verifications
317+ retrieve : get /verifications/{verificationId}
318+ discoveries :
319+ methods :
320+ list :
321+ endpoint : get /discoveries
322+ paginated : false
297323
298324settings :
299325 # All generated integration tests that hit the prism mock http server are marked
@@ -401,7 +427,7 @@ pagination:
401427
402428openapi :
403429 code_samples : mintlify
404- transformations :
430+ transforms :
405431 # # ── customerType: IndividualCustomerFields / BusinessCustomerFields ──
406432 # - command: remove
407433 # reason: >-
You can’t perform that action at this time.
0 commit comments