diff --git a/src/langsmith/manage-organization-by-api.mdx b/src/langsmith/manage-organization-by-api.mdx index eb13631f7..7b8434f0c 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 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