docs: document configuring request body parsing (#11463)

* docs: document configuring request body parsing

* chore: run yarn prep automatically

* chore: run yarn prep automatically

* chore: run yarn prep automatically

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Shahed Nasser
2025-02-14 15:58:34 +02:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent ceb99d073a
commit 9f39cd19f8
7 changed files with 13047 additions and 12663 deletions
+3 -2
View File
@@ -48,7 +48,7 @@ export const generatedEditDates = {
"app/learn/fundamentals/modules/module-links/page.mdx": "2024-09-30T08:43:53.126Z",
"app/learn/fundamentals/data-models/searchable-property/page.mdx": "2024-10-21T13:30:21.369Z",
"app/learn/fundamentals/scheduled-jobs/execution-number/page.mdx": "2024-10-21T13:30:21.371Z",
"app/learn/fundamentals/api-routes/parameters/page.mdx": "2024-11-19T16:37:47.251Z",
"app/learn/fundamentals/api-routes/parameters/page.mdx": "2025-02-14T08:34:03.184Z",
"app/learn/fundamentals/api-routes/http-methods/page.mdx": "2024-10-21T13:30:21.367Z",
"app/learn/fundamentals/admin/tips/page.mdx": "2025-02-05T09:07:52.584Z",
"app/learn/fundamentals/api-routes/cors/page.mdx": "2024-12-09T13:04:04.357Z",
@@ -116,5 +116,6 @@ export const generatedEditDates = {
"app/learn/customization/reuse-customizations/page.mdx": "2025-01-22T10:01:57.665Z",
"app/learn/update/page.mdx": "2025-01-27T08:45:19.030Z",
"app/learn/fundamentals/module-links/query-context/page.mdx": "2025-02-12T16:59:20.963Z",
"app/learn/fundamentals/admin/environment-variables/page.mdx": "2025-02-06T13:29:46.800Z"
"app/learn/fundamentals/admin/environment-variables/page.mdx": "2025-02-06T13:29:46.800Z",
"app/learn/fundamentals/api-routes/parse-body/page.mdx": "2025-02-14T08:32:25.596Z"
}
+14 -5
View File
@@ -533,6 +533,15 @@ export const generatedSidebar = [
"children": [],
"chapterTitle": "3.5.4. Middlewares"
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/learn/fundamentals/api-routes/parse-body",
"title": "Body Parsing",
"children": [],
"chapterTitle": "3.5.5. Body Parsing"
},
{
"loaded": true,
"isPathHref": true,
@@ -540,7 +549,7 @@ export const generatedSidebar = [
"path": "/learn/fundamentals/api-routes/validation",
"title": "Validation",
"children": [],
"chapterTitle": "3.5.5. Validation"
"chapterTitle": "3.5.6. Validation"
},
{
"loaded": true,
@@ -549,7 +558,7 @@ export const generatedSidebar = [
"path": "/learn/fundamentals/api-routes/protected-routes",
"title": "Protected Routes",
"children": [],
"chapterTitle": "3.5.6. Protected Routes"
"chapterTitle": "3.5.7. Protected Routes"
},
{
"loaded": true,
@@ -558,7 +567,7 @@ export const generatedSidebar = [
"path": "/learn/fundamentals/api-routes/errors",
"title": "Errors",
"children": [],
"chapterTitle": "3.5.7. Errors"
"chapterTitle": "3.5.8. Errors"
},
{
"loaded": true,
@@ -567,7 +576,7 @@ export const generatedSidebar = [
"path": "/learn/fundamentals/api-routes/cors",
"title": "Handling CORS",
"children": [],
"chapterTitle": "3.5.8. Handling CORS"
"chapterTitle": "3.5.9. Handling CORS"
},
{
"loaded": true,
@@ -576,7 +585,7 @@ export const generatedSidebar = [
"path": "/learn/fundamentals/api-routes/additional-data",
"title": "Additional Data",
"children": [],
"chapterTitle": "3.5.9. Additional Data"
"chapterTitle": "3.5.10. Additional Data"
}
],
"chapterTitle": "3.5. API Routes"