Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

bug: Correct docs to use correct HTTP method for subscription updates #820

Merged
merged 1 commit into from
Feb 16, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/http.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ of the Push URL in future provisioned URLs.

**Call:**

.. http:put:: {push_endpoint}
.. http:post:: {push_endpoint}

If the client is using webpush style data delivery, then the body in its
entirety will be regarded as the data payload for the message per
Expand Down