Skip to content

Commit

Permalink
fix(docs) Update docs with newest routes
Browse files Browse the repository at this point in the history
  • Loading branch information
VVoruganti committed Nov 7, 2024
1 parent cd59b9a commit ba59232
Show file tree
Hide file tree
Showing 7 changed files with 4,283 additions and 7,596 deletions.
3 changes: 3 additions & 0 deletions docs/api-reference/endpoint/sessions/clone-session.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /v1/apps/{app_id}/users/{user_id}/sessions/{session_id}/clone
---
3 changes: 3 additions & 0 deletions docs/api-reference/endpoint/sessions/get-chat-stream.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /v1/apps/{app_id}/users/{user_id}/sessions/{session_id}/chat/stream
---
5 changes: 3 additions & 2 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@
"api-reference/endpoint/sessions/update-session",
"api-reference/endpoint/sessions/delete-session",
"api-reference/endpoint/sessions/chat",
"api-reference/endpoint/sessions/chat-stream"
"api-reference/endpoint/sessions/chat-stream",
"api-reference/endpoint/sessions/clone-session"
]
},
{
Expand Down Expand Up @@ -159,7 +160,7 @@
"github": "https://github.com/plastic-labs",
"linkedin": "https://www.linkedin.com/company/plasticlabs"
},
"openapi": ["/openapi.json"],
"openapi": ["/openapi.yml"],
"analytics": {
"posthog": {
"apiKey": "phc_1yrzzcgywqXGcerkkI4g7C0YfyPMcAKNOOvGcjTCiUk"
Expand Down
Loading

0 comments on commit ba59232

Please sign in to comment.