Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

API Call - /community/remove/{communityid}/{communityjson}/

Update a community's information.

Authentication

Required, see Auth - Login

Arguments

communityid (required)
ID of the community to update.

communityjson (required)
JSON representation of a CommunityPojo object.

Example

http://infinite.ikanow.com/api/community/update/4e1c5d7c20be6403ca94c3bb/{}/

Example Response
{
	response: {
		action: "Update community"
		success: true
		message: "10 community fields updated successfully"
		time: 12
	}
}
Error Response
  • No labels