Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for 422 (0.19 sec)

  1. docs/zh/docs/advanced/additional-responses.md

                    "application/json": {
                        "schema": {
                            "$ref": "#/components/schemas/Item"
                        }
                    }
                }
            },
            "422": {
                "description": "Validation Error",
                "content": {
                    "application/json": {
                        "schema": {
                            "$ref": "#/components/schemas/HTTPValidationError"
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Tue Jan 09 15:53:39 GMT 2024
    - 8.2K bytes
    - Viewed (0)
  2. docs/fr/docs/advanced/additional-responses.md

                    "application/json": {
                        "schema": {
                            "$ref": "#/components/schemas/Item"
                        }
                    }
                }
            },
            "422": {
                "description": "Validation Error",
                "content": {
                    "application/json": {
                        "schema": {
                            "$ref": "#/components/schemas/HTTPValidationError"
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 9.6K bytes
    - Viewed (0)
  3. docs/de/docs/advanced/additional-responses.md

                    "application/json": {
                        "schema": {
                            "$ref": "#/components/schemas/Item"
                        }
                    }
                }
            },
            "422": {
                "description": "Validation Error",
                "content": {
                    "application/json": {
                        "schema": {
                            "$ref": "#/components/schemas/HTTPValidationError"
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sat Mar 30 20:19:26 GMT 2024
    - 9.6K bytes
    - Viewed (0)
  4. docs/en/docs/advanced/additional-responses.md

                    "application/json": {
                        "schema": {
                            "$ref": "#/components/schemas/Item"
                        }
                    }
                }
            },
            "422": {
                "description": "Validation Error",
                "content": {
                    "application/json": {
                        "schema": {
                            "$ref": "#/components/schemas/HTTPValidationError"
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Jan 11 16:31:18 GMT 2024
    - 8.8K bytes
    - Viewed (0)
  5. api/go1.7.txt

    pkg net/http, const StatusPermanentRedirect ideal-int
    pkg net/http, const StatusProcessing = 102
    pkg net/http, const StatusProcessing ideal-int
    pkg net/http, const StatusUnprocessableEntity = 422
    pkg net/http, const StatusUnprocessableEntity ideal-int
    pkg net/http, const StatusUpgradeRequired = 426
    pkg net/http, const StatusUpgradeRequired ideal-int
    pkg net/http, const StatusVariantAlsoNegotiates = 506
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Jun 28 15:08:11 GMT 2016
    - 13.6K bytes
    - Viewed (0)
  6. docs/em/docs/advanced/additional-responses.md

                    "application/json": {
                        "schema": {
                            "$ref": "#/components/schemas/Item"
                        }
                    }
                }
            },
            "422": {
                "description": "Validation Error",
                "content": {
                    "application/json": {
                        "schema": {
                            "$ref": "#/components/schemas/HTTPValidationError"
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sat Apr 01 09:26:04 GMT 2023
    - 7.9K bytes
    - Viewed (0)
  7. 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)
  8. api/go1.1.txt

    pkg debug/pe, const IMAGE_FILE_MACHINE_R4000 = 358
    pkg debug/pe, const IMAGE_FILE_MACHINE_SH3 = 418
    pkg debug/pe, const IMAGE_FILE_MACHINE_SH3DSP = 419
    pkg debug/pe, const IMAGE_FILE_MACHINE_SH4 = 422
    pkg debug/pe, const IMAGE_FILE_MACHINE_SH5 = 424
    pkg debug/pe, const IMAGE_FILE_MACHINE_THUMB = 450
    pkg debug/pe, const IMAGE_FILE_MACHINE_UNKNOWN = 0
    pkg debug/pe, const IMAGE_FILE_MACHINE_WCEMIPSV2 = 361
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  9. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // for how the garbage collector interacts with this field and enforces the foreground deletion.
      // Defaults to false.
      // To set this field, a user needs "delete" permission of the owner,
      // otherwise 422 (Unprocessable Entity) will be returned.
      // +optional
      optional bool blockOwnerDeletion = 7;
    }
    
    // PartialObjectMetadata is a generic representation of any object with ObjectMeta. It allows clients
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 53.3K bytes
    - Viewed (0)
  10. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS_SETAUID = 448 #53466
    pkg syscall (freebsd-riscv64), const SYS_SETAUID ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_SETCONTEXT = 422 #53466
    pkg syscall (freebsd-riscv64), const SYS_SETCONTEXT ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_SETEGID = 182 #53466
    pkg syscall (freebsd-riscv64), const SYS_SETEGID ideal-int #53466
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
Back to top