diff --git a/docs/3.0.0-beta.x/content-api/api-endpoints.md b/docs/3.0.0-beta.x/content-api/api-endpoints.md index a195988f69..4a098505f5 100644 --- a/docs/3.0.0-beta.x/content-api/api-endpoints.md +++ b/docs/3.0.0-beta.x/content-api/api-endpoints.md @@ -214,6 +214,12 @@ GET http://localhost:1337/restaurants Returns the count of entries matching the query filters. You can read more about parameters [here](./parameters.md). +**Example request** + +```js +GET http://localhost:1337/restaurants/count +``` + **Example response** ```