API Methods: forums.editForum

Description

Edits or creates a site forum.


Authentication

This method requires authentication with 'write' permission.

API Version

Version 1&2

Required parameters

  • None

Optional parameters

  • forum_id :
    the id number of the forum. The list of forum ids is available from the forums.getList
  • parent_id :
    the id number of the forum of which this forum will be a child
  • name :
    the name of the forum
  • description :
    a brief description of the forum

Example response

<?xml version="1.0"?>
<response status="ok" time="Mon, 21 Apr 2008 16:02:35 -0500">
    <forums count="1">
        <forum>
            <forum_id>11</forum_id>
        </forum>
    </forums>
</response>