From 5e2da9259a36ec8f4c397a099e701f8b130d590c Mon Sep 17 00:00:00 2001 From: Victor von <34239246+vractal@users.noreply.github.com> Date: Tue, 18 Oct 2022 12:12:55 -0400 Subject: [PATCH] Text change (add 'also') --- data/api/client-server/pusher.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/api/client-server/pusher.yaml b/data/api/client-server/pusher.yaml index af116b93..401bab8b 100644 --- a/data/api/client-server/pusher.yaml +++ b/data/api/client-server/pusher.yaml @@ -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: []