Skip to content

Commit 28e047d

Browse files
authored
Typo fixes
1 parent 355ec64 commit 28e047d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/sentinel/data-connector-connection-rules-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ Follow this authentication flow:
331331
| `TokenEndpoint` | True | String | The URL endpoint that's used to obtain the JWT token. |
332332
| `IsCredentialsInHeaders` | | Boolean | The value that indicates whether to send credentials as a basic authentication header (`true`) versus a `POST` body (`false`). The default is `false`. |
333333
| `IsJsonRequest` | | Boolean | The value that indicates whether to send the request in JSON (header `Content-Type = application/json`) versus form-encoded (header `Content-Type = application/x-www-form-urlencoded`). The default is `false`. |
334-
| `JwtTokenJsonPath` | | String | The value that indicates the `JSONPath` value to use to extract the token from the response. For example: `$.access_token`). |
334+
| `JwtTokenJsonPath` | | String | The value that indicates the `JSONPath` value to use to extract the token from the response. For example: `$.access_token`. |
335335
| `JwtTokenInResponseHeader` | | Boolean | The value that indicates whether to extract the token from the response header versus the body. The default is `false`. |
336336
| `JwtTokenHeaderName`. | | String | The value that indicates the header name when the token is in the response header. The default is `Authorization`. |
337337
| `JwtTokenIdentifier` | | String | The identifier used to extract the JWT from a prefixed token string. |
@@ -636,7 +636,7 @@ Here are some examples:
636636
| `PageSize` | False | Integer | The number of events per page. |
637637
| `PageSizeParameterName` | False | String | The query parameter name for the page size. |
638638
| `NextPageUrl` | False | String | Field that's used only if the connector is for the Coralogix API. |
639-
| `NextPageUrlQueryParameters` | False | Object key/value pairs that add a custom query parameter to each request for the next page |
639+
| `NextPageUrlQueryParameters` | False | Object | Key/value pairs that add a custom query parameter to each request for the next page. |
640640
| `NextPageParaName` | False | String | The next page name in the request. |
641641
| `HasNextFlagJsonPath` | False | String | The path to the `HasNextPage` flag attribute. |
642642
| `NextPageRequestHeader` | False | String | The next page header name in the request. |

0 commit comments

Comments
 (0)