chore(docs): Updated API Reference (automated) (#14470)
* chore(docs): Generated API Reference (automated) * fixes * fix locale header --------- Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
co-authored by
olivermrbl
Shahed Nasser
parent
76ff8dcca8
commit
1af99f8d5c
@@ -980,6 +980,9 @@
|
||||
"GET /admin/translations/settings": {
|
||||
"js-sdk": "sdk.admin.translation.settings({\n entity_type: \"product\"\n})\n.then(({ translatable_fields }) => {\n console.log(translatable_fields)\n})"
|
||||
},
|
||||
"GET /admin/translations/entities": {
|
||||
"js-sdk": "sdk.admin.translation.entities({\n type: \"product\"\n})\n.then(({ data, count, offset, limit }) => {\n console.log(data)\n})"
|
||||
},
|
||||
"GET /admin/translations/statistics": {
|
||||
"js-sdk": "sdk.admin.translation.statistics({\n entity_type: \"product\"\n})\n.then(({ statistics }) => {\n console.log(statistics)\n})"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user