mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-10 13:34:09 +01:00
Update /pushers/set info to make deletion clearer (#1293)
Signed-off-by: Victor von Sydow victor@jigvis.com.br
This commit is contained in:
parent
7935a0728a
commit
2461aaaaa5
|
|
@ -0,0 +1 @@
|
||||||
|
Update `/pushers/set` endpoint info to make deletion process clearer.
|
||||||
|
|
@ -139,6 +139,8 @@ paths:
|
||||||
This endpoint allows the creation, modification and deletion of [pushers](/client-server-api/#push-notifications)
|
This endpoint allows the creation, modification and deletion of [pushers](/client-server-api/#push-notifications)
|
||||||
for this user ID. The behaviour of this endpoint varies depending on the
|
for this user ID. The behaviour of this endpoint varies depending on the
|
||||||
values in the JSON body.
|
values in the JSON body.
|
||||||
|
|
||||||
|
For deletion, send a request with`kind:null`, also including `app_id` and `pushkey` of the pusher you want to remove.
|
||||||
operationId: postPusher
|
operationId: postPusher
|
||||||
security:
|
security:
|
||||||
- accessToken: []
|
- accessToken: []
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue