diff --git a/isso/views/comments.py b/isso/views/comments.py index 175c346..366736f 100644 --- a/isso/views/comments.py +++ b/isso/views/comments.py @@ -511,7 +511,7 @@ class API(object): The key to authenticate the subscriber. @apiExample {curl} Unsubscribe Alice from replies to comment with id 13: - curl -X GET 'https://comments.example.com/id/13/unsubscribe/alice@example.com/TODO-COMPUTE-HASH' + curl -X GET 'https://comments.example.com/id/13/unsubscribe/alice@example.com/WyJ1bnN1YnNjcmliZSIsImFsaWNlQGV4YW1wbGUuY29tIl0.DdcH9w.Wxou-l22ySLFkKUs7RUHnoM8Kos' @apiSuccessExample {html} Using GET: <!DOCTYPE html>