Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

communityid (required)
ID of the community to update.

communityjsonjson (required)
JSON representation of a CommunityPojo object.

Example

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" }'
Example Response
Info
Code Block
{
	response: {
		action: "Update community"
		success: true
		message: "10 community fieldsCommunity updated successfully"
		time: 12
	}
}

...