Additionally, when I downloaded the Swagger documentation for Magento version 2.4.7-admin from the developer docs (available at: https://developer.adobe.com/commerce/webapi/rest/quick-reference/), the Bulk Operation Status endpoints were present, and they included the path parameter bulkUuid for retrieving bulk status (available at: https://developer.adobe.com/commerce/webapi/rest/use-rest/operation-status-endpoints/).
My queries are as follows:
- What could be the reason for the Bulk Operation Status endpoints not appearing in the swagger documentation of the instance http://{host}/rest/all/schema?services=all which is returning the swagger of version 2.4?
- Am I possibly missing a configuration that is causing this issue? Is there any additional setup required to enable those Bulk Operation Status endpoints?
Thanks!