MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

command=create

  • This module is internal or unstable, and you should not use it. Its operation may change without notice.
  • This module requires read rights.
  • This module requires write rights.
  • This module only accepts POST requests.
  • Source: Echo
  • License: MIT

वर्तमान सदस्य के लिए पुश सदस्यताएँ पंजीकृत करें।

Specific parameters:
Other general parameters are available.
provider

पुश सेवा प्रदाता जिसके लिए टोकन पंजीकृत करना है।

This parameter is required.
One of the following values: apns, fcm
providertoken

पंजीकृत करने के लिए टोकन।

This parameter is required.
topic

APNS विषय (ऐप बंडल ID) जहाँ पर अधिसूचना भेजी जाएगी।

Example:
वर्तमान सदस्य के लिए एक पुश सदस्यता पंजीकृत करें।
api.php?action=echopushsubscriptions&command=create&provider=fcm&providertoken=ABC123 [open in sandbox]