]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Remove obsolete `url` field in error responses in docs (#13655)
authorHotah Ma <mahongtao0x7e0@163.com>
Sun, 31 Aug 2025 10:29:01 +0000 (18:29 +0800)
committerGitHub <noreply@github.com>
Sun, 31 Aug 2025 10:29:01 +0000 (12:29 +0200)
Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
docs/de/docs/tutorial/path-params.md
docs/de/docs/tutorial/query-params.md
docs/en/docs/tutorial/path-params.md
docs/en/docs/tutorial/query-params.md
docs/es/docs/tutorial/path-params.md
docs/es/docs/tutorial/query-params.md
docs/id/docs/tutorial/path-params.md
docs/tr/docs/tutorial/path-params.md
docs/tr/docs/tutorial/query-params.md
docs/uk/docs/tutorial/path-params.md
docs/uk/docs/tutorial/query-params.md

index 1239909402e11207fa19fa9dc1e9b0fa29ec3d67..0767a937b8fc70040b9a92044501a271cee8a1bf 100644 (file)
@@ -56,8 +56,7 @@ Wenn Sie aber im Browser <a href="http://127.0.0.1:8000/items/foo" class="extern
         "item_id"
       ],
       "msg": "Input should be a valid integer, unable to parse string as an integer",
-      "input": "foo",
-      "url": "https://errors.pydantic.dev/2.1/v/int_parsing"
+      "input": "foo"
     }
   ]
 }
index 0b0f473e2614c247f0f409d15773f28e834e00e0..56f58dda93f07ae72d2a3bc8cacff38ea8de6f2f 100644 (file)
@@ -149,8 +149,7 @@ http://127.0.0.1:8000/items/foo-item
         "needy"
       ],
       "msg": "Field required",
-      "input": null,
-      "url": "https://errors.pydantic.dev/2.1/v/missing"
+      "input": null
     }
   ]
 }
index 7f15cb92be7ce764905c7b9f2491e93d4157a3e7..457cc2713f06bf29fb18ddf7ffe34d6df97adc03 100644 (file)
@@ -56,8 +56,7 @@ But if you go to the browser at <a href="http://127.0.0.1:8000/items/foo" class=
         "item_id"
       ],
       "msg": "Input should be a valid integer, unable to parse string as an integer",
-      "input": "foo",
-      "url": "https://errors.pydantic.dev/2.1/v/int_parsing"
+      "input": "foo"
     }
   ]
 }
@@ -238,7 +237,7 @@ So, you can use it with:
 
 /// tip
 
-You could need the parameter to contain `/home/johndoe/myfile.txt`, with a leading slash (`/`).
+You might need the parameter to contain `/home/johndoe/myfile.txt`, with a leading slash (`/`).
 
 In that case, the URL would be: `/files//home/johndoe/myfile.txt`, with a double slash (`//`) between `files` and `home`.
 
index 366620f926c927b4cdd8163358c7e34aee7e69a0..2323b83c7cb9bd5eb7e8428d2e84fbd8b5850760 100644 (file)
@@ -150,8 +150,7 @@ http://127.0.0.1:8000/items/foo-item
         "needy"
       ],
       "msg": "Field required",
-      "input": null,
-      "url": "https://errors.pydantic.dev/2.1/v/missing"
+      "input": null
     }
   ]
 }
index 12a1b647b3b0012288c01c6d08b9c00ebecae3c7..4262809026372245c1bb7559356af48059350a7c 100644 (file)
@@ -56,8 +56,7 @@ Pero si vas al navegador en <a href="http://127.0.0.1:8000/items/foo" class="ext
         "item_id"
       ],
       "msg": "Input should be a valid integer, unable to parse string as an integer",
-      "input": "foo",
-      "url": "https://errors.pydantic.dev/2.1/v/int_parsing"
+      "input": "foo"
     }
   ]
 }
index 09c66a545f7919a4da61ba36eb96ce5196c6afd0..9bd47f87148daeaf687e35900f1349f9ae1df5fb 100644 (file)
@@ -147,8 +147,7 @@ http://127.0.0.1:8000/items/foo-item
         "needy"
       ],
       "msg": "Field required",
-      "input": null,
-      "url": "https://errors.pydantic.dev/2.1/v/missing"
+      "input": null
     }
   ]
 }
index 7c24de4d3804acda02b05cc96c1f3433dfbde9cb..5ac6c8cd6445c83a826dc8c2f3e451c3e25d61c2 100644 (file)
@@ -56,8 +56,7 @@ Tetapi jika di browser anda akses <a href="http://127.0.0.1:8000/items/foo" clas
         "item_id"
       ],
       "msg": "Input should be a valid integer, unable to parse string as an integer",
-      "input": "foo",
-      "url": "https://errors.pydantic.dev/2.1/v/int_parsing"
+      "input": "foo"
     }
   ]
 }
index e1707a5d9e85fdfb824d42e05453f8b06a27e394..408dd25ca253d97e97d2c8de78e0e9ba2c97bf14 100644 (file)
@@ -56,8 +56,7 @@ Eğer tarayıcınızda <a href="http://127.0.0.1:8000/items/foo" class="external
         "item_id"
       ],
       "msg": "Input should be a valid integer, unable to parse string as an integer",
-      "input": "foo",
-      "url": "https://errors.pydantic.dev/2.1/v/int_parsing"
+      "input": "foo"
     }
   ]
 }
index 4aa0a82b1bed0c6eaa815930bc3adcb7c7db25a9..a8ba883edcb6feb1c114f3eb249223519bffb7da 100644 (file)
@@ -150,8 +150,7 @@ http://127.0.0.1:8000/items/foo-item
         "needy"
       ],
       "msg": "Field required",
-      "input": null,
-      "url": "https://errors.pydantic.dev/2.1/v/missing"
+      "input": null
     }
   ]
 }
index e7df1f19a569512481df8b11c40fcdab532ce5d7..da4ff2f9ead198f2167a62477a38cc9e7ade4693 100644 (file)
@@ -56,8 +56,7 @@
         "item_id"
       ],
       "msg": "Input should be a valid integer, unable to parse string as an integer",
-      "input": "foo",
-      "url": "https://errors.pydantic.dev/2.1/v/int_parsing"
+      "input": "foo"
     }
   ]
 }
index 16bb42af3d01e09da55d5787f362f59fafc7240f..4b75ecab9ab6f58e31da9a64089b2808d8b4de6d 100644 (file)
@@ -151,8 +151,7 @@ http://127.0.0.1:8000/items/foo-item
         "needy"
       ],
       "msg": "Field required",
-      "input": null,
-      "url": "https://errors.pydantic.dev/2.1/v/missing"
+      "input": null
     }
   ]
 }