File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,12 @@ Cave can be used via the REST API. Full API spec will be provided below. In gene
4646## KV
4747
4848### /api/v1/kv/[ path/.../path] /keyname
49+ ```
4950Methods: GET, POST, DELETE
50-
5151GET - Getting a path and key name will read that path and key name from the db
52-
5352POST - POSTing data to a path and key name will store data at that path and key name
54-
5553DELETE - DELETE will delete a key and value at a given path name
54+ ```
5655
5756## PERF
5857
@@ -111,4 +110,4 @@ Cave is very much a work in progress. Please bear with us as we work to improve
111110* audit trail logging
112111
113112# Contributing
114- Contributors are welcome! Please be respectful of the source and the other contributors.
113+ Contributors are welcome! Please be respectful of the source and the other contributors.
You can’t perform that action at this time.
0 commit comments