Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 14 of 14 for update_item_items__item_id__put (0.76 seconds)

  1. tests/test_tutorial/test_body_fields/test_tutorial001.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
    - 6.9K bytes
    - Click Count (0)
  2. tests/test_tutorial/test_body_multiple_params/test_tutorial005.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
    - 8.9K 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