Closed
Description
Hi,
In this documentation:
There seems to be errors in the examples
There is an example where the oldImage is:
[
{
"title": "Wuthering Heights",
"editions": []
},
{
"title": "Catweazle",
"editions": []
}
]
And the newImage:
[
{
"title": "Wuthering Heights",
"editions": [
{
"title": "Wuthering Heights: 100th Anniversary Edition"
}
]
},
{
"title": "Catweazle",
"editions": [
{
"title": "Catweazle: Director's Cut"
}
]
}
]
However, the explanation that follow states the same edition for both the first and second call of added():

When I would expect the second call to be:
"title": "Catweazle: Director's Cut"
There is a second issue a little bit further down:

Where I'd expect the third one to be:
"title": "Catweazle: Complete with Extras"
Metadata
Metadata
Assignees
Labels
No labels