diff --git a/docs/v3.x/content-api/parameters.md b/docs/v3.x/content-api/parameters.md index fb64738120..c8540e50d5 100644 --- a/docs/v3.x/content-api/parameters.md +++ b/docs/v3.x/content-api/parameters.md @@ -266,8 +266,8 @@ Only select entries matching the publication state provided. Handled states are: -- `live`: Return only published values (default) -- `preview`: Return both draft & published entries +- `live`: Return only published entries (default) +- `preview`: Return both draft entries & published entries ### Example diff --git a/docs/v3.x/plugins/graphql.md b/docs/v3.x/plugins/graphql.md index a89d5fd1c1..0e88045e34 100644 --- a/docs/v3.x/plugins/graphql.md +++ b/docs/v3.x/plugins/graphql.md @@ -240,8 +240,8 @@ You can also apply different parameters to the query to make more complex querie Handled states are: - - `LIVE`: Return only published values (default) - - `PREVIEW`: Return both draft & published entries + - `live`: Return only published entries (default) + - `preview`: Return both draft entries & published entries - `:asc` or `:desc` - `where` (object): Define the filters to apply in the query.