We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9878354 commit 9572f7bCopy full SHA for 9572f7b
src/runtime/types/v5.ts
@@ -15,7 +15,7 @@ export interface Strapi5RequestParams {
15
sort?: string | Array<string>
16
pagination?: PaginationByOffset | PaginationByPage
17
filters?: Record<string, unknown>
18
- publicationState?: 'live' | 'preview'
+ status?: 'published' | 'draft'
19
locale?: StrapiLocale | null
20
}
21
0 commit comments