Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/semcache/docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ We also expose endpoints that allow you to utilize semcache in a cache-aside man

### Write to cache

#### `PUT /v1/semcache/put`
#### `PUT /semcache/v1/put`

### Request

Expand All @@ -120,7 +120,7 @@ We also expose endpoints that allow you to utilize semcache in a cache-aside man

### Read from cache

#### `PUT /v1/semcache/put`
#### `PUT /semcache/v1/put`

### Request

Expand Down