Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Connectors][API] Updated connectors with isMissingSecrets flag #98223

Merged
merged 16 commits into from
Apr 27, 2021
Merged
3 changes: 2 additions & 1 deletion docs/api/actions-and-connectors/create.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ The API returns the following:
"refresh": false,
"executionTimeField": null
},
"is_preconfigured": false
"is_preconfigured": false,
"is_missing_secrets": false
}
--------------------------------------------------
3 changes: 2 additions & 1 deletion docs/api/actions-and-connectors/get.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ The API returns the following:
"refresh": false,
"executionTimeField": null
},
"is_preconfigured": false
"is_preconfigured": false,
"is_missing_secrets": false
}
--------------------------------------------------
1 change: 1 addition & 0 deletions docs/api/actions-and-connectors/get_all.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ The API returns the following:
"executionTimeField": null
},
"is_preconfigured": false,
"is_missing_secrets": false,
"referenced_by_count": 3
}
]
Expand Down
3 changes: 2 additions & 1 deletion docs/api/actions-and-connectors/legacy/create.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ The API returns the following:
"refresh": false,
"executionTimeField": null
},
"isPreconfigured": false
"isPreconfigured": false,
"isMissingSecrets": false
}
--------------------------------------------------
3 changes: 2 additions & 1 deletion docs/api/actions-and-connectors/legacy/get.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ The API returns the following:
"refresh": false,
"executionTimeField": null
},
"isPreconfigured": false
"isPreconfigured": false,
"isMissingSecrets": false
}
--------------------------------------------------
3 changes: 2 additions & 1 deletion docs/api/actions-and-connectors/legacy/get_all.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ The API returns the following:
"refresh": false,
"executionTimeField": null
},
"isPreconfigured": false
"isPreconfigured": false,
"isMissingSecrets": false
}
]
--------------------------------------------------
3 changes: 2 additions & 1 deletion docs/api/actions-and-connectors/legacy/update.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ The API returns the following:
"refresh": false,
"executionTimeField": null
},
"isPreconfigured": false
"isPreconfigured": false,
"isMissingSecrets": false
}
--------------------------------------------------
3 changes: 2 additions & 1 deletion docs/api/actions-and-connectors/update.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ The API returns the following:
"refresh": false,
"executionTimeField": null
},
"is_preconfigured": false
"is_preconfigured": false,
"is_missing_secrets": false
}
--------------------------------------------------
Loading