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

action=editspace

(main | editspace)
  • This module requires read rights.
  • This module only accepts POST requests.
  • Source: WSSpaces
  • License: GPL-2.0-or-later

API module to edit existing spaces in WSSpaces

Parameters:
nsid

The ID of the space. Must be an existing space ID.

Type: integer
nskey

The namespace key of the space. Must be unique and must only consist of letters.

nsname

The name of the space. Must be unique and may consist of letters, number and spaces.

nsdescription

A short description of the space.

nsadmins

The list of namespace administrators of the space. Should be a comma-separated list of user names.

token

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

This parameter is required.