Upgrade the ContentBannersRestApi module
Edit on GitHubUpgrading from version 1.* to version 2.*
ContentBannersRestApi
, version 2.0.0 introduces the Banner content item functionality that allows retrieving its data by the content item key via REST API endpoint for all or a specific locale.
In ContentBannersRestApi
version 2.0.0, we have:
- Adjusted models to support parameter KEY of a content item, so now endpoint expects the content key instead of ID in the URL.
- Removed
ContentBannersRestApiConfig::RESPONSE_CODE_CONTENT_ID_IS_MISSING
andContentBannersRestApiConfig::RESPONSE_DETAILS_CONTENT_ID_IS_MISSING
. - Introduced
ContentBannersRestApiConfig::RESPONSE_CODE_CONTENT_KEY_IS_MISSING
andContentBannersRestApiConfig::RESPONSE_DETAILS_CONTENT_KEY_IS_MISSING
. - Increased the version of
spryker/content-banner
in composer.json.
You can find more details about the changes on the ContentBannersRestApi module release notes page.
To upgrade to the new version of the module, do the following:
-
Upgrade the ContentBanner module to version 2.0.0. See Upgrade the ContentBanner module for details on how to upgrade.
-
Upgrade the ContentBannerRestApi module to version 2.0.0:
composer require spryker/content-banners-rest-api:"^2.0.0" --update-with-dependencies
- Run the following command to re-generate transfer objects:
console transfer:generate
Estimated migration time: 30 minutes
Thank you!
For submitting the form