diff --git a/.wordlist.txt b/.wordlist.txt index 4fa5c77f6..e8edfcd0e 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -27,7 +27,7 @@ AddressBookWidget AddressDetailPage AddressListingPage Adminer -AdminExtensionSDK +MeteorAdminSDK AdministrationNewField AdministrationNewModule AdminQueueWorker diff --git a/guides/integrations-api/general-concepts/request-headers.md b/guides/integrations-api/general-concepts/request-headers.md index b4f94776e..c1125b783 100644 --- a/guides/integrations-api/general-concepts/request-headers.md +++ b/guides/integrations-api/general-concepts/request-headers.md @@ -77,4 +77,4 @@ POST /api/search/product ## sw-app-integration-id -The `sw-app-integration-id` enables seamless connection and data exchange between different software components. This header is required for correct permission checks performed by the backend when fetching or manipulating data. It overrides the default behavior and uses the privileges provided by the app. This is used in the Admin Extension SDK for the [Repository Data Handling](https://shopware.github.io/admin-extension-sdk/docs/guide/api-reference/data/repository). But the developer itself doesn’t need to care about it because it is handled automatically by the admin. +The `sw-app-integration-id` enables seamless connection and data exchange between different software components. This header is required for correct permission checks performed by the backend when fetching or manipulating data. It overrides the default behavior and uses the privileges provided by the app. This is used in the Meteor Admin SDK for the [Repository Data Handling](https://shopware.github.io/meteor-admin-sdk/docs/guide/api-reference/data/repository). But the developer itself doesn’t need to care about it because it is handled automatically by the admin. diff --git a/guides/plugins/apps/starter/starter-admin-extension.md b/guides/plugins/apps/starter/starter-admin-extension.md index 958e7e863..0e350811f 100644 --- a/guides/plugins/apps/starter/starter-admin-extension.md +++ b/guides/plugins/apps/starter/starter-admin-extension.md @@ -82,7 +82,7 @@ SimpleNotification/ - +