Skip to content

Commit 40a4cbe

Browse files
committed
docs: update OpenAPI specifications and documentation
Auto-generated from openfoodfacts-server@2025-10-12 02:28:05 UTC
1 parent 75d145d commit 40a4cbe

File tree

3 files changed

+0
-138
lines changed

3 files changed

+0
-138
lines changed

content/docs/Open-prices/(api)/products/products_code_off_update_create.mdx

Lines changed: 0 additions & 15 deletions
This file was deleted.

content/docs/Open-prices/(api)/products/products_code_off_upload_image_create.mdx

Lines changed: 0 additions & 15 deletions
This file was deleted.

specfiles-json/open-prices-openapi.json

Lines changed: 0 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -2683,60 +2683,6 @@
26832683
}
26842684
},
26852685
"/api/v1/products/code/{code}/off-update": {
2686-
"post": {
2687-
"operationId": "products_code_off_update_create",
2688-
"parameters": [
2689-
{
2690-
"in": "path",
2691-
"name": "code",
2692-
"schema": {
2693-
"type": "string",
2694-
"pattern": "^\\d+$"
2695-
},
2696-
"required": true
2697-
}
2698-
],
2699-
"tags": [
2700-
"products"
2701-
],
2702-
"requestBody": {
2703-
"content": {
2704-
"application/json": {
2705-
"schema": {
2706-
"$ref": "#/components/schemas/ProductFull"
2707-
}
2708-
},
2709-
"application/x-www-form-urlencoded": {
2710-
"schema": {
2711-
"$ref": "#/components/schemas/ProductFull"
2712-
}
2713-
},
2714-
"multipart/form-data": {
2715-
"schema": {
2716-
"$ref": "#/components/schemas/ProductFull"
2717-
}
2718-
}
2719-
},
2720-
"required": true
2721-
},
2722-
"security": [
2723-
{
2724-
"CustomAuthentication": []
2725-
}
2726-
],
2727-
"responses": {
2728-
"200": {
2729-
"content": {
2730-
"application/json": {
2731-
"schema": {
2732-
"$ref": "#/components/schemas/ProductFull"
2733-
}
2734-
}
2735-
},
2736-
"description": ""
2737-
}
2738-
}
2739-
},
27402686
"patch": {
27412687
"operationId": "products_code_off_update_partial_update",
27422688
"parameters": [
@@ -2792,60 +2738,6 @@
27922738
}
27932739
},
27942740
"/api/v1/products/code/{code}/off-upload-image": {
2795-
"post": {
2796-
"operationId": "products_code_off_upload_image_create",
2797-
"parameters": [
2798-
{
2799-
"in": "path",
2800-
"name": "code",
2801-
"schema": {
2802-
"type": "string",
2803-
"pattern": "^\\d+$"
2804-
},
2805-
"required": true
2806-
}
2807-
],
2808-
"tags": [
2809-
"products"
2810-
],
2811-
"requestBody": {
2812-
"content": {
2813-
"application/json": {
2814-
"schema": {
2815-
"$ref": "#/components/schemas/ProductFull"
2816-
}
2817-
},
2818-
"application/x-www-form-urlencoded": {
2819-
"schema": {
2820-
"$ref": "#/components/schemas/ProductFull"
2821-
}
2822-
},
2823-
"multipart/form-data": {
2824-
"schema": {
2825-
"$ref": "#/components/schemas/ProductFull"
2826-
}
2827-
}
2828-
},
2829-
"required": true
2830-
},
2831-
"security": [
2832-
{
2833-
"CustomAuthentication": []
2834-
}
2835-
],
2836-
"responses": {
2837-
"200": {
2838-
"content": {
2839-
"application/json": {
2840-
"schema": {
2841-
"$ref": "#/components/schemas/ProductFull"
2842-
}
2843-
}
2844-
},
2845-
"description": ""
2846-
}
2847-
}
2848-
},
28492741
"patch": {
28502742
"operationId": "products_code_off_upload_image_partial_update",
28512743
"parameters": [

0 commit comments

Comments
 (0)