Skip to content

Commit e4e7ef3

Browse files
fix: missed PR feedback on PAT restrictions (#1216)
## Overview <!-- Brief description of what documentation is being added/updated --> quick fix ## Type of change **Type:** Fix capitalization ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - GitHub issue: - Feature PR: <!-- For LangChain employees, if applicable: --> - Linear issue: ent-126 - Slack thread: ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed - I have gotten approval from the relevant reviewers - (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers -->
1 parent 8bdcd20 commit e4e7ef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/langsmith/manage-organization-by-api.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ You can update these settings under the **Settings > Shared** tab for a workspac
9090

9191
These settings are only editable via API:
9292
* [Disable/enable PAT creation](https://api.smith.langchain.com/redoc#tag/orgs/operation/update_current_organization_info_api_v1_orgs_current_info_patch) (for self-hosted, available in Helm chart version 0.11.25+)
93-
* use `pat_creation_disabled` to disable PAT creation for the entire organization.
94-
* see the [admin guide](/langsmith/administration-overview#organization-roles) for information about the Organization Viewer role, which cannot create PATs.
93+
* Use `pat_creation_disabled` to disable PAT creation for the entire organization.
94+
* See the [admin guide](/langsmith/administration-overview#organization-roles) for information about the Organization Viewer role, which cannot create PATs.
9595

9696
## User-only endpoints
9797

0 commit comments

Comments
 (0)