"accusamus"
"quos"
"cupiditate"
"private"
Group updated.
1
"A Group"
0
"public"
"2024-01-01T00:00:00.000000Z"
const response = await fetch('https://api.sellauth.com/v1/shops/{shopId}/groups/{groupId}/update', { method: 'PUT', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "name": "cupiditate", "visibility": "private" }), }); const data = await response.json();
{ "id": 1, "name": "A Group", "image_id": null, "image_url": null, "sort_priority": 0, "visibility": "public", "shop_id": 1, "created_at": "2024-01-01T00:00:00.000000Z", "updated_at": "2024-01-01T00:00:00.000000Z", "deleted_at": null }