From cc7b4fd190b91579543445574fc85b2df31ee8f8 Mon Sep 17 00:00:00 2001 From: Brian Vander Schaaf Date: Wed, 1 Oct 2025 13:52:00 -0400 Subject: [PATCH 1/2] chore: update security settings docs to include UI option --- src/langsmith/manage-organization-by-api.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/langsmith/manage-organization-by-api.mdx b/src/langsmith/manage-organization-by-api.mdx index eb13631f7..2f5208c2c 100644 --- a/src/langsmith/manage-organization-by-api.mdx +++ b/src/langsmith/manage-organization-by-api.mdx @@ -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). + +Updating these settings affects **all resources in the organization**. + + +You can update these settings under **Settings > Shared** tab for a workspace, or via API: * [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 From c775aaecb3725ee6187f8d1c32b8f1a841093e8e Mon Sep 17 00:00:00 2001 From: Brian Vander Schaaf <166456249+bvs-langchain@users.noreply.github.com> Date: Wed, 1 Oct 2025 14:17:44 -0400 Subject: [PATCH 2/2] Update src/langsmith/manage-organization-by-api.mdx Co-authored-by: Kathryn May <44557882+katmayb@users.noreply.github.com> --- src/langsmith/manage-organization-by-api.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/langsmith/manage-organization-by-api.mdx b/src/langsmith/manage-organization-by-api.mdx index 2f5208c2c..7b8434f0c 100644 --- a/src/langsmith/manage-organization-by-api.mdx +++ b/src/langsmith/manage-organization-by-api.mdx @@ -80,7 +80,7 @@ These params should be omitted: `read_only` (deprecated), `password` and `full_n Updating these settings affects **all resources in the organization**. -You can update these settings under **Settings > Shared** tab for a workspace, or via API: +You can update these settings under the **Settings > Shared** tab for a workspace, or via API: * [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