Is there an existing issue for this?
Which topic?
https://developer.adobe.com/commerce/webapi/get-started/create-integration/#define-the-required-resources
What's wrong with the content?
In step 5 of the guide, the example shows to use Magento\Framework\Setup\InstallDataInterface when creating an integration. However, the code sniffer + technical reviews of the extension throws the error: InstallData scripts are obsolete. Please use data patches approach in module's Setup/Patch/Data dir
What changes do you propose?
Update the article with working examples
Anything else that can help to cover this?
No response
Is there an existing issue for this?
Which topic?
https://developer.adobe.com/commerce/webapi/get-started/create-integration/#define-the-required-resources
What's wrong with the content?
In step 5 of the guide, the example shows to use
Magento\Framework\Setup\InstallDataInterfacewhen creating an integration. However, the code sniffer + technical reviews of the extension throws the error:InstallData scripts are obsolete. Please use data patches approach in module's Setup/Patch/Data dirWhat changes do you propose?
Update the article with working examples
Anything else that can help to cover this?
No response