[PR #4233] [MERGED] Fix broken sample curl request on LangSmith API reference overview page #4219

Closed
opened 2026-06-05 19:13:10 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4233
Author: @langsmith-fleet[bot]
Created: 6/1/2026
Status: Merged
Merged: 6/4/2026
Merged by: @lnhsingh

Base: mainHead: docs/fix-api-ref-overview-curl-example


📝 Commits (1)

  • a490f0c Fix broken sample curl request on LangSmith API reference overview page

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/langsmith/smith-api-ref.mdx (+1 -1)

📄 Description

Fixes DOC-1184

Summary

  • Fix broken sample curl request on the LangSmith API reference overview page (src/langsmith/smith-api-ref.mdx)
  • The example used /api/v1/workspaces/current which does not exist and returns {"detail": "Not Found"}
  • Updated to /api/v1/workspaces which is the correct valid endpoint (returns the user's workspaces)

Links

Verification

Verified /api/v1/workspaces/current returns {"detail":"Not Found"} (404) and /api/v1/workspaces returns 401 (Forbidden — valid endpoint, just needs auth).

Reviewers

Requested review from: @katmayb, @fjmorris


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/4233 **Author:** [@langsmith-fleet[bot]](https://github.com/apps/langsmith-fleet) **Created:** 6/1/2026 **Status:** ✅ Merged **Merged:** 6/4/2026 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `docs/fix-api-ref-overview-curl-example` --- ### 📝 Commits (1) - [`a490f0c`](https://github.com/langchain-ai/docs/commit/a490f0ca8397cf2689b5f3d4eac225eed028aeda) Fix broken sample curl request on LangSmith API reference overview page ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/smith-api-ref.mdx` (+1 -1) </details> ### 📄 Description Fixes DOC-1184 ## Summary - Fix broken sample curl request on the LangSmith API reference overview page (`src/langsmith/smith-api-ref.mdx`) - The example used `/api/v1/workspaces/current` which does not exist and returns `{"detail": "Not Found"}` - Updated to `/api/v1/workspaces` which is the correct valid endpoint (returns the user's workspaces) ## Links - Linear: https://linear.app/langchain/issue/DOC-1184/fix-broken-sample-curl-request-on-langsmith-api-reference-overview - Slack: https://langchain.slack.com/archives/C09G1T60QV9/p1780327013876239 ## Verification Verified `/api/v1/workspaces/current` returns `{"detail":"Not Found"}` (404) and `/api/v1/workspaces` returns 401 (Forbidden — valid endpoint, just needs auth). ## Reviewers Requested review from: @katmayb, @fjmorris --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 19:13:10 -04:00
yindo closed this issue 2026-06-05 19:13:10 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#4219