Update existing Property Manager
PATCH
/public/communityManagers
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request PATCH 'https://api.buzz-in.co/public/communityManagers?_id={{$string.uuid}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"phone": "string",
"password": "string",
"name": "string"
}'
Response Response Example
{
"_id": "667d3b9afcd3f10012eafdce",
"propertyId": "667d3b9afcd3f10012eafdce",
"type": "propertyAdmins",
"name": "Erick Runte",
"phone": "971512345678",
"email": "Felix.Mann@yahoo.com"
}
Request
Query Params
_id
string
required
Example:
{{$string.uuid}}
Body Params application/json