Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
/social/community/update/{communityid}/
Info

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.

...

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: "Community updated successfully"
		time: 12
	}
}
Error Response