craftcms / element-api

Create a JSON API/Feed for your elements in Craft.
MIT License
498 stars 57 forks source link

Entry Drafts and Versions documentation missing on Tag 2.6 #134

Closed Mmasson-01 closed 4 years ago

Mmasson-01 commented 4 years ago

Description

Since tag v.2.6 documentation for Entry Drafts and Versions is missing. Nothing in the changelog pointing to a deprecation.

Is it still available and removed by mistake ?

Mmasson-01 commented 4 years ago

In the deprecation note

brandonkelly commented 3 years ago

The old draft/version support has been removed since Craft 3.2+ is capable of returning drafts and revisions via normal entry queries, using drafts, draftId, draftOf, revisions,revisionId, andrevisionOf` params.