Skip to content

Commit

Permalink
fix(docs): typo on WH
Browse files Browse the repository at this point in the history
Ref. metriport/metriport-internal#1040

Signed-off-by: Rafael Leite <[email protected]>
  • Loading branch information
leite08 committed Jun 17, 2024
1 parent c383685 commit def4f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/home/api-info/webhooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ General requirements for the endpoint:
1. Verifies requests using the HTTP header `x-metriport-signature` - see [authentication](#authentication) below;
1. Accepts and responds to a [`ping` message](#the-ping-message);
1. Be [idempotent](https://en.wikipedia.org/wiki/Idempotence) - it should accept being called more
whan once with the same payload, with no changes to the end result.
than once with the same payload, with no changes to the end result.

Additionally, your endpoint will need to accept and process different messages when they become available - specifically:

Expand Down

0 comments on commit def4f9c

Please sign in to comment.