Skip to main content
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
You must identify the community to update with either community_id or community_external_ref, and include at least one field to update.
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 - 400
Missing community identifier
Status Code - 400
No update fields provided
Status Code - 400
Invalid field value
Status Code - 401
Invalid Authorization header bearer token value
Status Code - 404
Community not found
Status Code - 500
Internal server error