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
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.
In Strapi 5, 'publishedAt' can no longer be used in Content API calls to set the status. 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 brings many new features and improvements, and this page quickly highlights the most important documentation changes.