Skip to content

Commit 08ead15

Browse files
committed
Change name of section
1 parent 763758e commit 08ead15

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@
426426
"pages": [
427427
"reference/api/authorization",
428428
"reference/api/headers",
429-
"reference/api/parameters_and_requests",
429+
"reference/api/requests",
430430
"reference/api/pagination",
431431
"reference/api/openapi"
432432
]
@@ -956,7 +956,7 @@
956956
},
957957
{
958958
"source": "/reference",
959-
"destination": "/reference/api/parameters_and_requests"
959+
"destination": "/reference/api/request"
960960
},
961961
{
962962
"source": "/guides/deployment/gcp",

learn/self_hosted/getting_started_with_self_hosted_meilisearch.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,4 @@ You now know how to install Meilisearch, create an index, add documents, check t
191191

192192
If you'd like to search through the documents you just added using a clean browser interface rather than the terminal, you can do so with [our built-in search preview](/learn/getting_started/search_preview). You can also [learn how to quickly build a front-end interface](/guides/front_end/front_end_integration) of your own.
193193

194-
For a more advanced approach, consult the [API reference](/reference/api/parameters_and_requests).
194+
For a more advanced approach, consult the [API reference](/reference/api/request).
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Parameters & Requests
3-
sidebarTitle: Parameters & Requests
4-
description: Parameters, request and response bodies, and data types for the Meilisearch API.
2+
title: Requests
3+
sidebarTitle: Requests
4+
description: Parameters, requests & response bodies, and data types for the Meilisearch API.
55
---
66

77
## Parameters

0 commit comments

Comments
 (0)