The “GET” revision endpoint returns an ANS blob without the _id
field in place.
The corresponding “PUT” fails if you do not include the same _id
.
So a script to modify a document requires:
GET -> make change to doc -> insert _id
in doc -> PUT
This seems like an unnecessary step
This will be released in the upcoming Publishing Platform 1.6 Release, which lands in sandbox tomorrow!
10/10 idea. Would vote again. ;)