Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for 422 (0.17 sec)

  1. tests/test_include_router_defaults_overrides.py

                            },
                            "400": {"description": "Client error level 0"},
                            "401": {"description": "Client error level 1"},
                            "422": {
                                "description": "Validation Error",
                                "content": {
                                    "application/json": {
                                        "schema": {
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Fri Jun 30 18:25:16 GMT 2023
    - 358.6K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    ## 0.36.0
    
    * Fix implementation for `skip_defaults` when returning a Pydantic model. PR [#422](https://github.com/tiangolo/fastapi/pull/422) by [@dmontagu](https://github.com/dmontagu).
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sun Apr 28 00:28:00 GMT 2024
    - 385.5K bytes
    - Viewed (1)
  3. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS___SIGWAIT = 330
    pkg syscall (darwin-arm64), const SYS___SIGWAIT ideal-int
    pkg syscall (darwin-arm64), const SYS___SIGWAIT_NOCANCEL = 422
    pkg syscall (darwin-arm64), const SYS___SIGWAIT_NOCANCEL ideal-int
    pkg syscall (darwin-arm64), const SYS___SYSCTL = 202
    pkg syscall (darwin-arm64), const SYS___SYSCTL ideal-int
    pkg syscall (darwin-arm64), const S_IEXEC = 64
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.13.md

    * kube-apiserver would return 400 Bad Request when it couldn't decode a json patch. ([#68346](https://github.com/kubernetes/kubernetes/pull/68346), [@CaoShuFeng](https://github.com/CaoShuFeng))
        * kube-apiserver would return 422 Unprocessable Entity when a json patch couldn't be applied to one object.
    * remove unused ReplicasetControllerOptions ([#68121](https://github.com/kubernetes/kubernetes/pull/68121), [@dixudx](https://github.com/dixudx))
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 273.1K bytes
    - Viewed (0)
Back to top