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

pgaction=edit

(main | practicegroups | edit)
  • This module requires read rights.
  • This module requires write rights.
  • This module only accepts POST requests.
  • Source: PracticeGroups
  • License: GPL-3.0-or-later

Create or edit a practice group

Parameters:
practicegroup_id

Practice group ID

Type: integer
dbkey

Practice group username

This parameter is required.
name_full

Full name of the practice group

This parameter is required.
name_short

Short name of the practice group

This parameter is required.
color_primary

Primary color of the practice group

color_secondary

Secondary color of the practice group

view_by_public

If this practice group is publicly viewable

Type: boolean (details)
preserve_main_title_links

If this practice group should preserve main title links

Type: boolean (details)
join_by_public

If this practice group is publicly joinable

Type: boolean (details)
any_member_add_user

If any active member can add users to this practice group

Type: boolean (details)
join_by_request

If users can request to join this practice group

Type: boolean (details)
join_by_affiliated_email

If users can join this practice group using an affiliated email address

Type: boolean (details)
affiliated_domains

A comma-seperated list of affiliated domain names

token

A "csrf" token retrieved from action=query&meta=tokens

This parameter is required.