Skip to content
The Yoto Developer Challenge is on, with $10,000 to win!

update a group

Update a group for a family.

  • The contextual family is the authorised user's family

  • Groups can only be updated if a family owns them

    • If it does not exist a 404 is returned

    • If it exists but is owned by another family, a 404 is returned

  • All of the critiera for creating a group applies

Responses

200 OK application/json
cardsarray
[items]object
availabilitystring
cardIdstring
contentobject
activitystring
chaptersarray
[items]object
ambient
defaultTrackAmbient
defaultTrackDisplay
displayobject
icon16x16string
keystring
overlayLabelstring
overlayLabelOverridestring
titlestring
tracksarray
[items]object
ambient
displayobject
icon16x16string
formatstring
keystring
titlestring
trackUrlstring
typestring
configobject
disableAutoOverlayLabelsboolean
editSettingsobject
autoOverlayLabelsstring
editKeysboolean
versionstring
createdAtstring
metadataobject
authorstring
categorystring
coverobject
description
orderstring
slugstring
titlestring
updatedAtstring
userIdstring
createdAtstring
familyIdstring
idstring
imageIdstring
imageUrlstring
itemsarray
[items]object
addedAtstring
contentIdstring
lastModifiedAtstring
namestring

Body application/json

imageId string
Example fp-cards
items array
Example [{"contentId":"5IiME"}]
name string
Example No Longer My Favourites

Path Parameters

groupId string Required
PUT
/card/family/library/groups/{groupId}
Server URL: https://api.yotoplay.com
Authorization (bearerAuth)
Request Body
Terminal window
curl "https://api.yotoplay.com/card/family/library/groups/{groupId}"
--header "Authorization: Bearer [YOUR_TOKEN]"