Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Oct 7, 2024
1 parent 6be4197 commit 075676e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/design/map/h5_map.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ TBD: support binary responses

This request removes a given key an its associatted value

Request: DELETE /maps/<map_id>/key/<key_value>
Request: DELETE /maps/<map_id>/map/<key_value>

Request Elements:
None
Expand All @@ -124,7 +124,7 @@ RETURN: HTTP Status code. 404 if key does not exist

This request removes a set of key and their associatted values

Request: DELETE /maps/<map_id>/key
Request: DELETE /maps/<map_id>/map

Request Elements:
None
Expand Down

0 comments on commit 075676e

Please sign in to comment.