Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for bear (0.16 sec)

  1. docs/de/docs/tutorial/body-updates.md

        ```
    
    `PUT` wird verwendet, um Daten zu empfangen, die die existierenden Daten ersetzen sollen.
    
    ### Warnung bezรผglich des Ersetzens
    
    Das bedeutet, dass, wenn Sie den Artikel `bar` aktualisieren wollen, mittels `PUT` und folgendem Body:
    
    ```Python
    {
        "name": "Barz",
        "price": 3,
        "description": None,
    }
    ```
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 20:26:37 GMT 2024
    - 6.5K bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/body-updates.md

        {!> ../../../docs_src/body_updates/tutorial001.py!}
        ```
    
    `PUT` is used to receive data that should replace the existing data.
    
    ### Warning about replacing
    
    That means that if you want to update the item `bar` using `PUT` with a body containing:
    
    ```Python
    {
        "name": "Barz",
        "price": 3,
        "description": None,
    }
    ```
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 5.6K bytes
    - Viewed (0)
  3. docs/em/docs/tutorial/body-updates.md

    === "๐Ÿ 3๏ธโƒฃ.1๏ธโƒฃ0๏ธโƒฃ & ๐Ÿ”›"
    
        ```Python hl_lines="28-33"
        {!> ../../../docs_src/body_updates/tutorial001_py310.py!}
        ```
    
    `PUT` โš™๏ธ ๐Ÿ“จ ๐Ÿ’ฝ ๐Ÿ‘ˆ ๐Ÿ”œ โŽ โ™ป ๐Ÿ’ฝ.
    
    ### โš  ๐Ÿ”ƒ โŽ
    
    ๐Ÿ‘ˆ โ›“ ๐Ÿ‘ˆ ๐Ÿšฅ ๐Ÿ‘† ๐Ÿ’š โ„น ๐Ÿฌ `bar` โš™๏ธ `PUT` โฎ๏ธ ๐Ÿ’ช โš—:
    
    ```Python
    {
        "name": "Barz",
        "price": 3,
        "description": None,
    }
    ```
    
    โ†ฉ๏ธ โšซ๏ธ ๐Ÿšซ ๐Ÿ”Œ โช ๐Ÿช ๐Ÿ”ข `"tax": 20.2`, ๐Ÿ”ข ๐Ÿท ๐Ÿ”œ โœŠ ๐Ÿ”ข ๐Ÿ’ฒ `"tax": 10.5`.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 4.6K bytes
    - Viewed (0)
  4. docs/ja/docs/tutorial/body-updates.md

    ```Python hl_lines="30 31 32 33 34 35"
    {!../../../docs_src/body_updates/tutorial001.py!}
    ```
    
    ๆ—ขๅญ˜ใฎใƒ‡ใƒผใ‚ฟใ‚’็ฝฎใๆ›ใˆใ‚‹ในใใƒ‡ใƒผใ‚ฟใ‚’ๅ—ใ‘ๅ–ใ‚‹ใŸใ‚ใซ`PUT`ใฏไฝฟ็”จใ•ใ‚Œใพใ™ใ€‚
    
    ### ็ฝฎๆ›ใซใคใ„ใฆใฎๆณจๆ„
    
    ใคใพใ‚Šใ€`PUT`ใ‚’ไฝฟ็”จใ—ใฆไปฅไธ‹ใฎใƒœใƒ‡ใ‚ฃใง้ …็›ฎ`bar`ใ‚’ๆ›ดๆ–ฐใ—ใŸใ„ๅ ดๅˆใฏ:
    
    ```Python
    {
        "name": "Barz",
        "price": 3,
        "description": None,
    }
    ```
    
    ใ™ใงใซๆ ผ็ดใ•ใ‚Œใฆใ„ใ‚‹ๅฑžๆ€ง`"tax": 20.2`ใ‚’ๅซใพใชใ„ใŸใ‚ใ€ๅ…ฅๅŠ›ใƒขใƒ‡ใƒซใฎใƒ‡ใƒ•ใ‚ฉใƒซใƒˆๅ€คใฏ`"tax": 10.5`ใงใ™ใ€‚
    
    ใใ—ใฆใ€ใƒ‡ใƒผใ‚ฟใฏใใฎใ€Œๆ–ฐใ—ใ„ใ€`10.5`ใฎ`tax`ใจๅ…ฑใซไฟๅญ˜ใ•ใ‚Œใพใ™ใ€‚
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 5.2K bytes
    - Viewed (0)
Back to top