docs: add line highlight validation (#14380)
* docs: add line highlight validation * add to all projects * fixes * fixes * fix * fixes
This commit is contained in:
@@ -2380,7 +2380,7 @@ So, create the file `src/api/store/products/[id]/[locale]/route.ts` with the fol
|
||||
|
||||
export const getProductLocaleDetailsRouteHighlights = [
|
||||
["11", "locale", "Retrieve the locale from the request's path parameters."],
|
||||
["12", "id", "Retrieve the product's ID from the request's path parameters."],
|
||||
["11", "id", "Retrieve the product's ID from the request's path parameters."],
|
||||
["13", "query", "Resolve Query from the Medusa container."],
|
||||
["15", "data", "Retrieve the product's details from Contentful."],
|
||||
["19", `"contentful_product.*"`, "Retrieve the product's details from Contentful."],
|
||||
|
||||
Reference in New Issue
Block a user