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

« Previous Version 8 Next »

/social/community/update/{communityid}/

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

Authentication

Required, see Auth - Login

Arguments

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:

curl \-XPOST 'http://infinite.ikanow.com/api/community/update/4e1c5d7c20be6403ca94c3bb/' \-d '{ "field":"value" }'
Example Response
{
	response: {
		action: "Update community"
		success: true
		message: "Community updated successfully"
		time: 12
	}
}
  • No labels