Operation HTTP request Description
DELETE
/pub/v1/storage/system/{key}
Deleting data by key from the System object storage
DELETE
/pub/v1/storage/{namespace}/{code}/{key}
Deleting data by key from the app storage
DELETE
/pub/v1/storage/{namespace}/{key}
Deleting data by key from the workspace or module storage
GET
/pub/v1/storage/system/{key}
Retrieving data by key from the System object storage
GET
/pub/v1/storage/{namespace}/{code}/{key}
Retrieving data by key from the app storage
GET
/pub/v1/storage/{namespace}/{key}
Retrieving data by key from the workspace or module storage
POST
/pub/v1/storage/system/{key}
Saving data by key to the System object storage
POST
/pub/v1/storage/{namespace}/{code}/{key}
Saving data by key to the app storage
POST
/pub/v1/storage/{namespace}/{key}
Saving data by key to the workspace or module storage