Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Info

Update a community's information. Note: Can be called via post or get.

This method will overwrite the entire community object so it is to be used in the following format:

  1. Get a community via /social/community/get
  2. Edit that community, in a text editor, etc
  3. Update the community with this call (overwriting the previous community)
Authentication

Required, see Auth - Login

...

communityid (required)
ID of the community to update, can also be a regex (community ID - regex) provided that matches only a single community.

json (required)
JSON object

...