whoCanEdit property

int? get whoCanEdit

Specifies who can edit the wiki page:

  • 2 — everyone can edit the page;
  • 1 — community members only;
  • 0 — community leaders only.

Implementation

int? get whoCanEdit => payload['who_can_edit'];