Skip to content

Commit

Permalink
fix: removed dual example fields
Browse files Browse the repository at this point in the history
  • Loading branch information
shinjigi committed Nov 15, 2024
1 parent 0a05e6a commit 90aae74
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/api/ref/parameters/product_available-fields.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
components:
parameters:
ProductAvailableFields:
name: fields
in: query
description: Specific fields to return. Use 'knowledge_panels' for Knowledge Panels only.
required: false
schema:
type: string
pattern: "^[a-zA-Z0-9_.-]+(,[a-zA-Z0-9_.-]+)*$"
description: Custom comma-separated list of product field names
examples:
- "knowledge_panels"
- "knowledge_panels,product_name,nutriments"
- "categories_tags,packaging_tags"
- "allergens_tags,nutriscores"
- "images,brands_tags,categories_tags,countries_tags,languages_tags,ecoscore_tags"

0 comments on commit 90aae74

Please sign in to comment.