API Methods: communities.editCommunity



Description

Creates or edits a site community


Authentication

This method requires authentication with 'write' permission.

Required parameters

  • None

Optional parameters

  • community_id :
    the id number of the community
  • ss_key :
    the key of the community
  • community_name :
    the name of the community
  • sort_order :
    this is used to order the communities when they are displayed in a list
  • title_tag :
    the html page title for any page filtered for this community
  • meta_keywords :
    the html meta keywords for any page filtered for this community
  • meta_description :
    the html meta description for any page filtered for this community

Example response

<?xml version="1.0"?>
<response status="ok" time="Fri, 18 Apr 2008 14:40:55 -0500">
    <site_communities count="1">
        <site_community>
            <community_id>116</community_id>
            <ss_key>60</ss_key>
        </site_community>
    </site_communities>
</response>