This endpoint updates an existing community with the provided parameters.
This endpoint allows you to update details of an existing community:
You must identify the community to update with either community_id
or community_external_ref
, and include at least one field to update.
The authentication token for your request
The unique identifier for the community to update.
Either this or community_external_ref
is required.
The external reference ID for the community to update.
Either this or community_id
is required.
The updated name of the community.
An updated description of the community.
The updated timezone where the community is located.
The updated primary contact email for the community.
The updated primary contact number for the community.
The updated type of property.
The updated status of the community.
The updated website URL for the community.
The updated latitude coordinate of the community location.
The updated longitude coordinate of the community location.
A unique identifier for tracking the update request. This ID can be used for support inquiries or tracking status.
Listed below are common errors that may be returned by the endpoint, along with their corresponding status code.
Status Code - 400
Status Code - 400
Status Code - 400
Status Code - 401
Status Code - 404
Status Code - 500