Skip to content

Commit e16dd12

Browse files
committed
chore(dpi_ng/consent): fix consent user-guide
1 parent 6581439 commit e16dd12

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/sap_cloud_sdk/core/dpi_ng/consent/user-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ with create_client(config=config) as client:
7272

7373
| Parameter | Required | Default | Description |
7474
|---|---|---|---|
75-
| `base_url` | Yes | | URL of the DPI external service router (e.g. `https://api.service.<region>.ngdpi.dpp.cloud.sap`). Found in the credentials of the `data-privacy-integration` service instance. |
76-
| `auth` | Yes | | Authentication strategy one of `BearerTokenAuth`, `ClientCredentialsAuth`, or `ClientCertificateAuth`. |
75+
| `base_url` | Yes | - | URL of the DPI external service router (e.g. `https://api.service.<region>.ngdpi.dpp.cloud.sap`). Found in the credentials of the `data-privacy-integration` service instance. |
76+
| `auth` | Yes | - | Authentication strategy - one of `BearerTokenAuth`, `ClientCredentialsAuth`, or `ClientCertificateAuth`. |
7777
| `timeout` | No | `30.0` | HTTP request timeout in seconds. |
7878
| `verify_ssl` | No | `True` | Verify TLS certificates. Set `False` only in local dev. Overridden by `ClientCertificateAuth` when a custom `ca_file` is provided. |
7979
| `service_path` | No | `/sap/cp/kernel/dpi/consent/odata/v4` | Base path the DPI external service router uses to forward requests. Do not override unless deploying to a non-standard environment. |
@@ -101,7 +101,7 @@ config = ConsentSDKConfig(
101101
|---|---|---|
102102
| `token` | Yes | Bearer token sent as the `Authorization: Bearer` header on every request. |
103103

104-
The token is sent as-is no automatic refresh is performed. Use
104+
The token is sent as-is - no automatic refresh is performed. Use
105105
`ClientCredentialsAuth` for long-running processes where the token may expire.
106106
Passing an empty string raises `ValueError: token must not be empty`.
107107

0 commit comments

Comments
 (0)