diff --git a/spiceaidocs/docs/components/data-connectors/sharepoint.md b/spiceaidocs/docs/components/data-connectors/sharepoint.md index ab26586f..b943d6e0 100644 --- a/spiceaidocs/docs/components/data-connectors/sharepoint.md +++ b/spiceaidocs/docs/components/data-connectors/sharepoint.md @@ -56,7 +56,7 @@ The sharepoint connector does not yet support creating a dataset from a single f | `sharepoint_client_id` | **Yes** | The client ID of the Azure AD (Entra) application | | `sharepoint_tenant_id` | **Yes** | The tenant ID of the Azure AD (Entra) application. | | `sharepoint_client_secret` | Optional | For service principal authentication. The client secret of the Azure AD (Entra) application. | -| `sharepoint_client_code` | Optional | For user authentication. The authorization code obtained from the OAuth2 flow (see `spice login sharepoint` [docs](/cli/reference/login)). | +| `sharepoint_auth_code` | Optional | For user authentication. The authorization code obtained from the OAuth2 flow (see `spice login sharepoint` [docs](/cli/reference/login)). | :::note Only one of `sharepoint_client_secret` or `sharepoint_auth_code` is allowed.