Fixes: 1) Rename lookup parameter to lookup_value in product SEO metadata API for clarity.
This commit is contained in:
parent
e18327b920
commit
795adea793
1 changed files with 1 additions and 1 deletions
|
|
@ -488,7 +488,7 @@ PRODUCT_SCHEMA = {
|
|||
description=_("returns a snapshot of the product's SEO meta data"),
|
||||
parameters=[
|
||||
OpenApiParameter(
|
||||
name="lookup",
|
||||
name="lookup_value",
|
||||
location="path",
|
||||
description=_("Product UUID or slug"),
|
||||
type=str,
|
||||
|
|
|
|||
Loading…
Reference in a new issue