Skip to content

Commit

Permalink
inline documentation, precise request
Browse files Browse the repository at this point in the history
  • Loading branch information
skfb committed Oct 9, 2024
1 parent 698b806 commit 2f8cec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fireblocks-sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2282,7 +2282,7 @@ export class FireblocksSDK {
}

/**
* Sets the VASP Did for a specific vault. Pass empty string or null to remove existing one.
* Sets the VASP Did for a specific vault. Pass empty string to remove existing one.
*/
public async setVaspForVault(vaultAccountId: number, vaspDid: string): Promise<TravelRuleVaspForVaultRequestResponse> {
return await this.apiClient.issuePostRequest(`/screening/travel_rule/vault/${vaultAccountId.toString()}/vasp`, {
Expand Down

0 comments on commit 2f8cec2

Please sign in to comment.