From 6c3c93dac9dc0174cdd5b79ed6465f4ecdad0f86 Mon Sep 17 00:00:00 2001 From: mbsantos Date: Thu, 1 Jul 2021 16:08:46 +0200 Subject: [PATCH] push: document description of topic parameter Bug: T285573 Change-Id: I875681ca3bdfe006d68b15f3cffc0089c9677ef1 (cherry picked from commit 2f21c2649ec439c3dac12e44d4e73eb1d82a643c) --- i18n/api/en.json | 1 + i18n/api/qqq.json | 1 + 2 files changed, 2 insertions(+) diff --git a/i18n/api/en.json b/i18n/api/en.json index 393e4e244..eb4bb3a98 100644 --- a/i18n/api/en.json +++ b/i18n/api/en.json @@ -34,6 +34,7 @@ "apihelp-echopushsubscriptions+create-summary": "Register push subscriptions for the current user.", "apihelp-echopushsubscriptions+create-param-provider": "The push service provider for which to register a token.", "apihelp-echopushsubscriptions+create-param-providertoken": "The token to register.", + "apihelp-echopushsubscriptions+create-param-topic": "The APNS topic (app bundle ID) to send the notification to.", "apihelp-echopushsubscriptions+create-example": "Register a push subscription for the current user.", "apihelp-echopushsubscriptions+delete-summary": "Unregister push subscriptions for the current user or another specified user.", "apihelp-echopushsubscriptions+delete-param-providertoken": "The token associated with the push subscription to unregister.", diff --git a/i18n/api/qqq.json b/i18n/api/qqq.json index ef8f8f4e0..e5ca21ad2 100644 --- a/i18n/api/qqq.json +++ b/i18n/api/qqq.json @@ -36,6 +36,7 @@ "apihelp-echopushsubscriptions+create-summary": "{{doc-apihelp-summary|echopushsubscriptions+create}}", "apihelp-echopushsubscriptions+create-param-provider": "{{doc-apihelp-param|echopushsubscriptions+create|provider}}", "apihelp-echopushsubscriptions+create-param-providertoken": "{{doc-apihelp-param|echopushsubscriptions+create|providertoken}}", + "apihelp-echopushsubscriptions+create-param-topic": "{{doc-apihelp-param|echopushsubscriptions+create|topic}}", "apihelp-echopushsubscriptions+create-example": "{{doc-apihelp-example|echopushsubscriptions+create}}", "apihelp-echopushsubscriptions+delete-summary": "{{doc-apihelp-summary|echopushsubscriptions+delete}}", "apihelp-echopushsubscriptions+delete-param-providertoken": "{{doc-apihelp-param|echopushsubscriptions+delete|providertoken}}",