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
5 changes: 5 additions & 0 deletions src/langsmith/manage-organization-by-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ These params should be omitted: `read_only` (deprecated), `password` and `full_n
"Shared resources" in this context refer to [public prompts](/langsmith/create-a-prompt#save-your-prompt), [shared runs](/langsmith/share-trace), and [shared datasets](/langsmith/manage-datasets#share-a-dataset).
</Note>

<Warning>
Updating these settings affects **all resources in the organization**.
</Warning>

You can update these settings under the **Settings > Shared** tab for a workspace, or via API:
Copy link

Copilot AI Oct 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The navigation path should be more specific. Consider clarifying whether 'workspace' refers to the LangSmith workspace and provide the complete navigation path from the main interface.

Suggested change
You can update these settings under the **Settings > Shared** tab for a workspace, or via API:
You can update these settings in the LangSmith UI by navigating to **Main menu > [Your Workspace] > Settings > Shared** tab, or via API:

Copilot uses AI. Check for mistakes.

* [Update organization sharing settings](https://api.smith.langchain.com/redoc#tag/orgs/operation/update_current_organization_info_api_v1_orgs_current_info_patch)
* use `unshare_all` to unshare **ALL** shared resources in the organization - use `disable_public_sharing` to prevent future sharing of resources

Expand Down