Skip to content

Commit

Permalink
Merge pull request #105 from fireblocks/cahyofireblocks-patch-3
Browse files Browse the repository at this point in the history
Update typos
  • Loading branch information
SlavaSereb authored Dec 16, 2024
2 parents a0a4482 + 72df201 commit 2d20710
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions open_api_spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2777,7 +2777,7 @@ paths:
x-readme:
code-samples:
- language: python
code: result = firebocks.delete_internal_wallet(walletId)
code: result = fireblocks.delete_internal_wallet(walletId)
name: Fireblocks SDK Python example
- language: javascript
code: const result = await fireblocks.deleteInternalWallet(walletId);
Expand Down Expand Up @@ -2805,7 +2805,7 @@ paths:
x-readme:
code-samples:
- language: python
code: result = firebocks.set_customer_ref_id_for_internal_wallet(wallet_id, customer_ref_id)
code: result = fireblocks.set_customer_ref_id_for_internal_wallet(wallet_id, customer_ref_id)
name: Fireblocks SDK Python example
- language: javascript
code: const result = await fireblocks.setCustomerRefIdForInternalWallet(walletId, customerRefId);
Expand Down Expand Up @@ -3062,7 +3062,7 @@ paths:
x-readme:
code-samples:
- language: python
code: result = firebocks.delete_external_wallet(walletId)
code: result = fireblocks.delete_external_wallet(walletId)
name: Fireblocks SDK Python example
- language: javascript
code: const result = await fireblocks.deleteExternalWallet(walletId);
Expand Down Expand Up @@ -3090,7 +3090,7 @@ paths:
x-readme:
code-samples:
- language: python
code: result = firebocks.set_customer_ref_id_for_external_wallet(wallet_id, customer_ref_id)
code: result = fireblocks.set_customer_ref_id_for_external_wallet(wallet_id, customer_ref_id)
name: Fireblocks SDK Python example
- language: javascript
code: const result = await fireblocks.setCustomerRefIdForExternalWallet(walletId, customerRefId);
Expand Down

0 comments on commit 2d20710

Please sign in to comment.