Skip to content

Commit

Permalink
fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
YulNaumenko committed Apr 27, 2021
1 parent defad11 commit d15d490
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/api/actions-and-connectors/legacy/create.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ The API returns the following:
"executionTimeField": null
},
"isPreconfigured": false,
"is_missing_secrets": false
"isMissingSecrets": false
}
--------------------------------------------------
2 changes: 1 addition & 1 deletion docs/api/actions-and-connectors/legacy/get.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ The API returns the following:
"executionTimeField": null
},
"isPreconfigured": false,
"is_missing_secrets": false
"isMissingSecrets": false
}
--------------------------------------------------
2 changes: 1 addition & 1 deletion docs/api/actions-and-connectors/legacy/get_all.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The API returns the following:
"executionTimeField": null
},
"isPreconfigured": false,
"is_missing_secrets": false
"isMissingSecrets": false
}
]
--------------------------------------------------
2 changes: 1 addition & 1 deletion docs/api/actions-and-connectors/legacy/update.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ The API returns the following:
"executionTimeField": null
},
"isPreconfigured": false,
"is_missing_secrets": false
"isMissingSecrets": false
}
--------------------------------------------------

0 comments on commit d15d490

Please sign in to comment.