[Actions][Docs] Rename isLegacy to usesTableApi (#116922) (#116932)

Co-authored-by: Christos Nasikas <christos.nasikas@elastic.co>
This commit is contained in:
Kibana Machine 2021-11-01 09:01:51 -04:00 committed by GitHub
parent 43e4b9f9f6
commit 48aa1658f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -37,7 +37,7 @@ Use the <<action-settings, Action configuration settings>> to customize connecto
actionTypeId: .servicenow-sir
config:
apiUrl: https://example.service-now.com/
isLegacy: false
usesTableApi: false
secrets:
username: testuser
password: passwordkeystorevalue
@ -46,9 +46,9 @@ Use the <<action-settings, Action configuration settings>> to customize connecto
Config defines information for the connector type.
`apiUrl`:: An address that corresponds to *URL*.
`isLegacy`:: A boolean that indicates if the connector should use the Table API (legacy) or the Import Set API.
`usesTableApi`:: A boolean that indicates if the connector uses the Table API or the Import Set API.
Note: If `isLegacy` is set to false the Elastic application should be installed in ServiceNow.
Note: If `usesTableApi` is set to false the Elastic application should be installed in ServiceNow.
Secrets defines sensitive information for the connector type.

View file

@ -37,7 +37,7 @@ Use the <<action-settings, Action configuration settings>> to customize connecto
actionTypeId: .servicenow
config:
apiUrl: https://example.service-now.com/
isLegacy: false
usesTableApi: false
secrets:
username: testuser
password: passwordkeystorevalue
@ -46,9 +46,9 @@ Use the <<action-settings, Action configuration settings>> to customize connecto
Config defines information for the connector type.
`apiUrl`:: An address that corresponds to *URL*.
`isLegacy`:: A boolean that indicates if the connector should use the Table API (legacy) or the Import Set API.
`usesTableApi`:: A boolean that indicates if the connector uses the Table API or the Import Set API.
Note: If `isLegacy` is set to false the Elastic application should be installed in ServiceNow.
Note: If `usesTableApi` is set to false the Elastic application should be installed in ServiceNow.
Secrets defines sensitive information for the connector type.