Groups
Update group
Update group metadata.
Provide at least one of name or settings. Requires groups:write.
Request
curl -X PATCH "https://api.blueticks.co/v1/groups/" \ -H "Content-Type: application/json" \ -d '{}'{
"success": true,
"data": {
"id": "string",
"name": "string",
"description": "string",
"owner": "string",
"createdAt": "2019-08-24T14:15:22Z",
"lastMessageAt": "2019-08-24T14:15:22Z",
"participantCount": 0,
"announce": true,
"restrict": true,
"participants": [
{
"chatId": "string",
"isAdmin": true,
"isSuperAdmin": true,
"name": "string"
}
]
}
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"requestId": "string",
"details": [
{
"path": "string",
"code": "string",
"message": "string"
}
]
}
}Path Parameters
id*string
Request Body
application/json
Response
Response Body
application/json
application/json