Versions Compared

Key

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

...

communityid (required)
ID of the community to update.

json (required)
JSON object

Example

Method.Get
http://infinite.ikanow.com/api/community/update/4e1c5d7c20be6403ca94c3bb?json={}

Method.Post

Example using curl:

Code Block
curl \-XPOST 'http://infinite.ikanow.com/api/community/update/4e1c5d7c20be6403ca94c3bb/' \-d '{ "field":"value" }'

...