mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-30 18:45:07 +00:00
push: document description of topic parameter
Bug: T285573
Change-Id: I875681ca3bdfe006d68b15f3cffc0089c9677ef1
(cherry picked from commit 2f21c2649e
)
This commit is contained in:
parent
7887043bbe
commit
6c3c93dac9
|
@ -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.",
|
||||
|
|
|
@ -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}}",
|
||||
|
|
Loading…
Reference in a new issue