jfuentesa opened a new issue, #11670: URL: https://github.com/apache/ignite/issues/11670
Hello, I have been reviewing the [Apache Ignite REST API documentation](https://ignite.apache.org/docs/latest/restapi) and noticed an inconsistency. The cacheName parameter is optional for certain commands. However, when using the API, I found that the cacheName parameter is required in these cases. The documentation says: 'Cache name. If not provided, the default cache is used.'. Steps to reproduce: 1. Attempt to send a request without the cacheName parameter. 2. Notice that the request fails and explicitly requires the cacheName parameter. Regards. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org