Skip to content

Commit

Permalink
docs(api): improve custom method arguments (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored and cleb11 committed Aug 15, 2023
1 parent 3db3231 commit ea440fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -448,8 +448,8 @@ Methods:

Methods:

- <code>client.webhooks.<a href="./src/resources/webhooks.ts">getSignature</a>(...args) -> string</code>
- <code>client.webhooks.<a href="./src/resources/webhooks.ts">validateSignature</a>(...args) -> boolean</code>
- <code>client.webhooks.<a href="./src/resources/webhooks.ts">getSignature</a>(payload, opts?) -> string</code>
- <code>client.webhooks.<a href="./src/resources/webhooks.ts">validateSignature</a>(payload, headers, opts?) -> boolean</code>

# VirtualAccounts

Expand Down

0 comments on commit ea440fd

Please sign in to comment.