Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for update_item_items__item_id__put (0.23 seconds)

  1. tests/test_tutorial/test_body_nested_models/test_tutorial005.py

                                    },
                                },
                            },
                            "summary": "Update Item",
                            "operationId": "update_item_items__item_id__put",
                            "requestBody": {
                                "content": {
                                    "application/json": {
                                        "schema": {
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Feb 12 13:19:43 GMT 2026
    - 10.3K bytes
    - Click Count (0)
  2. tests/test_tutorial/test_body_multiple_params/test_tutorial002.py

                },
                "openapi": "3.1.0",
                "paths": {
                    "/items/{item_id}": {
                        "put": {
                            "operationId": "update_item_items__item_id__put",
                            "parameters": [
                                {
                                    "in": "path",
                                    "name": "item_id",
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Feb 12 13:19:43 GMT 2026
    - 11.7K bytes
    - Click Count (0)
  3. tests/test_tutorial/test_body_multiple_params/test_tutorial004.py

                                    },
                                },
                            },
                            "summary": "Update Item",
                            "operationId": "update_item_items__item_id__put",
                            "parameters": [
                                {
                                    "required": True,
                                    "schema": {"title": "Item Id", "type": "integer"},
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Feb 12 13:19:43 GMT 2026
    - 10K bytes
    - Click Count (0)
  4. tests/test_tutorial/test_bigger_applications/test_main.py

                        },
                        "put": {
                            "tags": ["items", "custom"],
                            "summary": "Update Item",
                            "operationId": "update_item_items__item_id__put",
                            "parameters": [
                                {
                                    "required": True,
                                    "schema": {"title": "Item Id", "type": "string"},
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Feb 12 13:19:43 GMT 2026
    - 22.8K bytes
    - Click Count (0)
Back to Top