push: document description of topic parameter

Bug: T285573
Change-Id: I875681ca3bdfe006d68b15f3cffc0089c9677ef1
(cherry picked from commit 2f21c2649e)
This commit is contained in:
mbsantos 2021-07-01 16:08:46 +02:00 committed by Reedy
parent 7887043bbe
commit 6c3c93dac9
2 changed files with 2 additions and 0 deletions

View file

@ -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.",

View file

@ -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}}",