Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 422 (0.28 sec)

  1. tests/test_application.py

                            "200": {
                                "description": "Successful Response",
                                "content": {"application/json": {"schema": {}}},
                            },
                            "422": {
                                "description": "Validation Error",
                                "content": {
                                    "application/json": {
                                        "schema": {
    Python
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 21:56:59 GMT 2024
    - 52.2K bytes
    - Viewed (0)
  2. tests/test_generate_unique_id_function.py

                                            },
                                        }
                                    }
                                },
                            },
                            "422": {
                                "description": "Validation Error",
                                "content": {
                                    "application/json": {
                                        "schema": {
    Python
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Jan 13 15:10:26 GMT 2024
    - 66.7K bytes
    - Viewed (0)
  3. 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 May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 53.3K bytes
    - Viewed (0)
Back to top