Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.16
-
None
-
Docs Required, Release Notes Required
Description
The documentation for the Increment/Decrement REST API endpoints (https://ignite.apache.org/docs/latest/restapi#increment) contains information regarding the "cacheName" parameter, which in fact this endpoint doesn't have.
This redundant parameter could be confusing since with it the endpoint looks like an API to increment/decrement the value stored in the cache, while in fact it is related to the IgniteAtomicLong data structure. (see https://ignite.apache.org/docs/latest/data-structures/atomic-types).
Attachments
Issue Links
- links to