Skip to content

Commit

Permalink
Update private-address.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ruffrey committed Jun 25, 2020
1 parent 7294e2d commit b991d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion websocket_examples/private-address.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The API is the easiest way to reserve a private address. A simple HTTP POST will

.. code-block:: bash
curl -s --request POST https://mailsac.com/api/addresses/user1%40mailsac.com?_mailsacKey=API_KEY
curl -X POST -H "Mailsac-Key: YOUR_API_KEY_HERE" https://mailsac.com/api/addresses/user1%40mailsac.com
Expand Down

0 comments on commit b991d09

Please sign in to comment.