Community
Update Community
This endpoint updates an existing community with the provided parameters.
PATCH
Example use cases
This endpoint allows you to update details of an existing community:- Update contact information such as email or phone number
- Change the community name, status, or description
- Update location details or web presence information
community_id or community_external_ref, and include at least one field to update.
Header
string
default:"none"
required
The authentication token for your request
Request Body
string
default:"none"
The unique identifier for the community to update.
Either this or
community_external_ref is required.string
default:"none"
The external reference ID for the community to update.
Either this or
community_id is required.string
default:"none"
The updated name of the community.
string
default:"none"
An updated description of the community.
string
default:"none"
The updated timezone where the community is located.
string
default:"none"
The updated primary contact email for the community.
string
default:"none"
The updated primary contact number for the community.
string
default:"none"
The updated type of property.
string
default:"none"
The updated status of the community.
string
default:"none"
The updated website URL for the community.
number
default:"none"
The updated latitude coordinate of the community location.
number
default:"none"
The updated longitude coordinate of the community location.
Response
string
A unique identifier for tracking the update request. This ID can be used for support inquiries or tracking status.
Errors
Listed below are common errors that may be returned by the endpoint, along with their corresponding status code. Status Code - 400Missing community identifier
No update fields provided
Invalid field value
Invalid Authorization header bearer token value
Community not found
Internal server error

