mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-18 23:36:00 +00:00
docs.
This commit is contained in:
parent
190b0534c0
commit
0f49f2a9dd
5 changed files with 5 additions and 5 deletions
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: post /add
|
||||
openapi: POST /add
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: get /session
|
||||
openapi: GET /session
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: post /search
|
||||
openapi: POST /search
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: post /fastsearch
|
||||
openapi: POST /fastsearch
|
||||
---
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
{
|
||||
"name": "API Reference",
|
||||
"url": "api-reference/endpoints",
|
||||
"openapi": "/openapi.json"
|
||||
"openapi": "https://v2.api.supermemory.ai/openapi"
|
||||
},
|
||||
{
|
||||
"name": "Changelog",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue