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.
Strapi v5 における Document 概念を説明します
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.
Use Strapi's Document Service API to return either the draft or the published version of a document
Strapi 5 の Draft & Publish で下書きを管理し、公開・非公開する方法です。