chore: generate and update OAS for translations (#14281)
* chore: generate and update OAS for translations * support localization header * add locale to all store routes * fixes * small fix
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
* - id
|
||||
* - name
|
||||
* - supported_currencies
|
||||
* - supported_locales
|
||||
* - default_sales_channel_id
|
||||
* - default_region_id
|
||||
* - default_location_id
|
||||
@@ -55,6 +56,11 @@
|
||||
* format: date-time
|
||||
* title: updated_at
|
||||
* description: The date the store was updated.
|
||||
* supported_locales:
|
||||
* type: array
|
||||
* description: The store's supported locales.
|
||||
* items:
|
||||
* $ref: "#/components/schemas/AdminStoreLocale"
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user