PUT https://app.alaaqat.com/api/contacts/properties/groups/{_id}
_id it is ID for Group
field | required | type | description |
---|---|---|---|
name | yes | array | Language options (ar or en) |
desc | no | array | Language options (ar or en) |
Accept: application/json
{
"name": {
"en": "arabic group"
}
}
The response is always in the format of Group
.
{
"data": {
"_id": "66549af4a32e9280cc0a6605",
"name": {
"en": "arabic group"
},
"made_by": 8,
"account_id": 1,
"internal_name": "test1",
"updated_at": "2024-05-27T15:01:00.310000Z",
"created_at": "2024-05-27T14:38:44.580000Z",
"user": {}
},
"message": "Entity was modified Successfully"
}