Skip to content

Commit

Permalink
Fix wrong HTTP method in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Marcinkiewicz committed Jul 4, 2023
1 parent 5261955 commit 4763b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/user/subscribing.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Request that specifies all available options:
It is possible to suspend any subscription. This means, that no messages will be sent, but the information about last
consumed message is preserved. After reactivating subscription, sending starts from the point where it stopped.

To change subscription status send POST request with `application/json` content type:
To change subscription status send PUT request with `application/json` content type:

```
/topics/{topicName}/subscriptions/{subscriptionName}/state
Expand Down

0 comments on commit 4763b82

Please sign in to comment.