'status' cannot be used as an attribute name when Draft & Publish is enabled
In Strapi 5, a user-defined 'status' attribute collides with the Draft & Publish publication status parameter and is rejected by the Content-type Builder.
In Strapi 5, a user-defined 'status' attribute collides with the Draft & Publish publication status parameter and is rejected by the Content-type Builder.
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
Learn how you can use the Draft & Publish feature of Strapi 5 to manage drafts for content.
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 REST API to read, create, and update the draft or published versions of your documents.
Use Strapi's Document Service API to return either the draft or the published version of a document
Use the publicationFilter parameter with Strapi's Document Service API to query documents by the relationship between their draft and published versions, such as never-published or modified documents.