@spree/docs 0.1.121 → 0.1.123

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. package/dist/api-reference/admin-api/endpoints.md +1 -1
  2. package/dist/api-reference/store.yaml +225 -204
  3. package/dist/developer/dashboard/concepts.md +103 -0
  4. package/dist/developer/dashboard/customization/backend.md +126 -0
  5. package/dist/developer/dashboard/customization/navigation.md +211 -0
  6. package/dist/developer/dashboard/customization/permissions.md +123 -0
  7. package/dist/developer/dashboard/customization/quickstart.md +100 -0
  8. package/dist/developer/dashboard/customization/routes.md +187 -0
  9. package/dist/developer/dashboard/customization/slots.md +114 -0
  10. package/dist/developer/dashboard/customization/tables.md +167 -0
  11. package/dist/developer/dashboard/customization/translations.md +96 -0
  12. package/dist/developer/dashboard/deployment.md +80 -0
  13. package/dist/developer/dashboard/overview.md +105 -0
  14. package/dist/developer/dashboard/plugins/distributing.md +137 -0
  15. package/dist/developer/dashboard/plugins/overview.md +46 -0
  16. package/dist/developer/dashboard/plugins/publishing.md +142 -0
  17. package/dist/developer/dashboard/plugins/scaffolding.md +133 -0
  18. package/dist/developer/dashboard/public-api.md +241 -0
  19. package/dist/developer/dashboard/recipes/attribute-end-to-end.md +212 -0
  20. package/dist/developer/dashboard/recipes/custom-form-field.md +174 -0
  21. package/dist/developer/dashboard/recipes/page-action-button.md +189 -0
  22. package/dist/developer/dashboard/recipes/sidebar-widget.md +147 -0
  23. package/dist/developer/dashboard/slots-catalog.md +173 -0
  24. package/dist/developer/sdk/admin/extending.md +70 -0
  25. package/dist/developer/sdk/admin/quickstart.md +3 -3
  26. package/dist/developer/tutorial/admin.md +2 -0
  27. package/dist/developer/tutorial/api.md +2 -0
  28. package/dist/developer/tutorial/extending-models.md +2 -0
  29. package/dist/developer/tutorial/model.md +2 -0
  30. package/package.json +1 -1
@@ -366,7 +366,7 @@ Endpoints marked — are exempt from scope checks (authentication and session en
366
366
 
367
367
  | Method | Path | Required scope | Summary |
368
368
  |---|---|---|---|
369
- | `POST` | `/translations/batch` | *write_<resource> for every resource type in the batch (for API-key authentication)* | Batch upsert translations |
369
+ | `POST` | `/translations/batch` | `write_*` (eg. `write_products`) for every resource type in the batch (for API-key authentication) | Batch upsert translations |
370
370
 
371
371
  ## Webhook endpoints
372
372