You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Attempt to send a request without the cacheName parameter.
Notice that the request fails and explicitly requires the cacheName parameter.
Regards.
The text was updated successfully, but these errors were encountered:
Hello, I have been reviewing the Apache Ignite REST API documentation 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:
Regards.
The text was updated successfully, but these errors were encountered: