Content types with Draft & Publish disabled always have the publishedAt value set to a date
In Strapi 5, content-types with Draft & Publish disabled always have the publishedAt value set to a date.
In Strapi 5, content-types with Draft & Publish disabled always have the publishedAt value set to a date.
Learn what a Document is in Strapi v5
Draft & Publish is always enabled in Strapi v5 and this is reflected in the Content API models.
In Strapi 5, 'publicationState' can no longer be used in Content API calls. The new status parameter can be used and accepts 2 different values, draft and published.
Instructions to manage content throughout its whole lifecycle, from the draft version to the deletion of the obsolete content.
Use Strapi's Document Service API to return either the draft or the published version of a document
Strapi 5 RC (Release Candidate) brings many new features and improvements, and this page quickly highlights the most important documentation changes.