Update Group
Allows the group owner to update the name and nickname of their group.
Endpoint
Section titled “Endpoint”POST
/group/v1/updateRequest Body
Section titled “Request Body”curl -X POST https://api.juspredict.com/group/v1/update \-H 'Authorization: Bearer YOUR_TOKEN' \-H 'Content-Type: application/json' \-d '{"group_id": "group-uuid","group_name": "The New Name","nick_name": "NEWNICK"}'{"group_id": "group-uuid","group_name": "The New Name","nick_name": "NEWNICK"}Response Body
Section titled “Response Body”{"status": { "type": "SUCCESS" }}{"status": {"type": "ERROR","details": [ { "code": "401", "message": "Unauthorized access token." }]}}Response Fields
Section titled “Response Fields”| Field | Type | Description |
|---|---|---|
status | Status | Operation status. |