File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ Authentication flow:
321321
3223223 . Use token in subsequent API requests with the ` ApiKeyName ` header.
323323
324- ** Properties:**
324+ Properties:
325325
326326| Field | Required | Type | Description |
327327| ---- | ---- | ---- | ---- |
@@ -343,7 +343,7 @@ Authentication flow:
343343| ` Headers ` | | Object | Custom headers to include when sending the request to the token endpoint. |
344344| ` RequestTimeoutInSeconds ` | | Integer | Request timeout in seconds. Default: ` 100 ` , Max ` 180 ` . |
345345
346- Authentication Flow :
346+ Authentication flow :
347347
3483481 . Send credentials to ` TokenEndpoint ` to obtain JWT token
349349
@@ -354,12 +354,12 @@ Authentication Flow:
354354
3553553 . Use token in subsequent API requests with ` ApiKeyName ` header.
356356
357- > [ !NOTE]
358- > Limitations
359- >
360- > - Requires username and password authentication for token acquisition.
361- > - Doesn't support API key-based token requests.
362- > - Custom header authentication (without username and password) isn't supported.
357+ > [ !NOTE]
358+ > Limitations
359+ >
360+ > - Requires username and password authentication for token acquisition.
361+ > - Doesn't support API key-based token requests.
362+ > - Custom header authentication (without username and password) isn't supported.
363363
364364## Request configuration
365365
You can’t perform that action at this time.
0 commit comments