chore(docs): Generated API Reference (#3836)

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-04-14 11:44:25 +02:00
committed by GitHub
parent dfe25730a4
commit bdd636c996
4 changed files with 28 additions and 2 deletions

View File

@@ -13364,7 +13364,15 @@
{
"in": "query",
"name": "q",
"description": "Query used for searching product category names orhandles.",
"description": "Query used for searching product category names or handles.",
"schema": {
"type": "string"
}
},
{
"in": "query",
"name": "handle",
"description": "Query used for searching product category by handle.",
"schema": {
"type": "string"
}