Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
themeRDark
 {"message":"OK"}
 

If the storage unit doesn't exist, a 400 response code with a STORAGE_UNIT_DOESNT_EXIST message is returned.

Code Block
languagejs
themeRDark
 {"message": "STORAGE_UNIT_DOESNT_EXIST"}
 

Execute

Executes a JSON transaction against the storage unit.

...

 

Code Block
languagejs
themeRDark
 {"message":"OK"}

 

If the storage unit doesn't exist, a 400 response code with a STORAGE_UNIT_DOESNT_EXIST message is returned.

 

Code Block
languagejs
themeRDark
 {"message": "STORAGE_UNIT_DOESNT_EXIST"}
 


Batch

Executes a list of JSON transactions against the storage unit. The batch expects a list of single line JSON strings.

...