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.
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.