[online] Generated: 21 Dec 2024 14:55:32 UTC
The mobile experience is still being developed. This may look/feel a bit odd for now.

345          $ref: '#/components/headers/X-RateLimit-Limit'
346      content:
347        application/json:
348          schema:
349            $ref: '#/components/schemas/ProductList'
350    Product:
354          $ref: '#/components/headers/X-RateLimit-Limit'
355      content:
356        application/json:
357          schema:
358            $ref: '#/components/schemas/Product'
359  schemas:
45              $ref: '#/components/schemas/Product'
46            examples:
47              newProduct:
48                $ref: '#/components/examples/NewProductExample'
49      responses:
50        "200":
156              $ref: '#/components/schemas/Product'
157            examples:
158              updatedProduct:
159                $ref: '#/components/examples/NewProductExample'
160      description: |
161                Update a specific product by its unique identifier. If the product does not exist, a 404 error will be returned.
345          $ref: '#/components/headers/X-RateLimit-Limit'
346      content:
347        application/json:
348          schema:
349            $ref: '#/components/schemas/ProductList'
350    Product:
354          $ref: '#/components/headers/X-RateLimit-Limit'
355      content:
356        application/json:
357          schema:
358            $ref: '#/components/schemas/Product'
359  schemas:
45              $ref: '#/components/schemas/Product'
46            examples:
47              newProduct:
48                $ref: '#/components/examples/NewProductExample'
49      responses:
50        "200":
156              $ref: '#/components/schemas/Product'
157            examples:
158              updatedProduct:
159                $ref: '#/components/examples/NewProductExample'
160      description: |
161                Update a specific product by its unique identifier. If the product does not exist, a 404 error will be returned.