Pomoc API MediaWiki

To jest automatycznie wygenerowana strona dokumentacji API MediaWiki.

Dokumentacja i przykłady: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=csunwatch

(main | csunwatch)
  • Ten moduł wymaga praw odczytu.
  • Ten moduł akceptuje tylko żądania POST.
  • Źródło: CommentStreams
  • Licencja: MIT

Unwatch a comment to no longer be notified when it receives replies

Parametry:
Other general parameters are available.
pageid

page ID of the page which holds the comment to be unwatched

Typ: liczba całkowita
title

title of the page which holds the comment to be unwatched

token

Token „csrf” pobrany z action=query&meta=tokens

Ten parametr jest wymagany.
Przykłady:
unwatch comment with page ID 3
api.php?action=csunwatch&pageid=3 [otwórz w brudnopisie]
unwatch comment with page title CommentStreams:3
api.php?action=csunwatch&title=CommentStreams:3 [otwórz w brudnopisie]