Text change (add 'also')

This commit is contained in:
Victor von 2022-10-18 12:12:55 -04:00 committed by vractal
parent 9df7f2e76e
commit 5e2da9259a

View file

@ -139,7 +139,7 @@ paths:
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
values in the JSON body.
For deletion, send a request with`kind:null`, including `app_id` and `pushkey` of the pusher you want to remove.
For deletion, send a request with`kind:null`, also including `app_id` and `pushkey` of the pusher you want to remove.
operationId: postPusher
security:
- accessToken: []