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: []