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
{{ message }}
This repository was archived by the owner on Jun 7, 2023. It is now read-only.
Currently add/get account methods do not execute any C* query and therefore no error is thrown.
Add account method (PUT) avoids creation of an empty record in Accounts column family to save space. Record will be created when needed (e.g. added new label).
Behavior will change once we fill up those methods with C* operations.