Update a Group
Developing
PATCH
/organizations/{organizationId}/groups/{groupId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://api.aladia.io/v2/organizations/6673e4486aebfd80ed604b22/groups/6673ea233b89939082fa4c36' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Yohannes groups updated",
"picture": {
"fileId": "66fd603aabf359a0460ebc34",
"metadata": {
"mimetype": "image/png",
"size": -50292426,
"name": "harum minima quas",
"offset_x": -52312727,
"offset_y": -75607888,
"encoding": "nostrud"
}
},
"color": "#43235c",
"icon": "red"
}'
Response Response Example
200 - Success
{
"id": "670775694daebf393b266ea1",
"name": "Maple Grove",
"picture": "https://loremflickr.com/640/480/fashion",
"color": "0.14,0.71,0.09,0.84",
"icon": "https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/927.jpg",
"createdAt": "2009-08-08",
"updatedAt": "1972-02-17",
"description": "Est occaecati laudantium dolor laudantium occaecati. Illo earum natus eum unde non deserunt cum eius. Beatae blanditiis quaerat impedit.",
"creatorProfile": {
"id": "670775694daebf393b266ea1",
"username": "Wilma97",
"firstName": "Darwin",
"lastName": "Dare",
"picture": "https://loremflickr.com/640/480/nature",
"email": "Giovani_Bradtke68@hotmail.com",
"totalFollowers": 7862228.194532588,
"totalFollowings": 11305626.86822106,
"type": "teacher",
"online": true
},
"organization": {
"id": "veniam sit ut dolor",
"name": "cumque culpa nisi",
"picture": "https://loremflickr.com/640/480/technics"
}
}
Request
Path Params
organizationId
stringÂ
required
Example:
6673e4486aebfd80ed604b22
groupId
stringÂ
required
Example:
6673ea233b89939082fa4c36
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Body Params application/json
Responses
Modified at 2025-04-08 16:13:08