-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
(cherry picked from commit ec9e440) Co-authored-by: Lisa Cawley <[email protected]>
- Loading branch information
1 parent
9724f7f
commit deacd3e
Showing
35 changed files
with
238 additions
and
0 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
specification/connector/check_in/ConnectorCheckInResponseExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# summary: connector/apis/check-in-connector-api.asciidoc:73 | ||
# description: '' | ||
# type: response | ||
# response_code: '' | ||
value: "{\n \"result\": \"updated\"\n}" |
5 changes: 5 additions & 0 deletions
5
specification/connector/delete/ConnectorDeleteResponseExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# summary: connector/apis/delete-connector-api.asciidoc:74 | ||
# description: '' | ||
# type: response | ||
# response_code: '' | ||
value: "{\n \"acknowledged\": true\n}" |
13 changes: 13 additions & 0 deletions
13
specification/connector/last_sync/ConnectorUpdateLastSyncRequestExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# summary: connector/apis/update-connector-last-sync-api.asciidoc:115 | ||
# method_request: PUT _connector/my-connector/_last_sync | ||
# description: '' | ||
# type: request | ||
value: | ||
"{\n \"last_access_control_sync_error\": \"Houston, we have a problem!\"\ | ||
,\n \"last_access_control_sync_scheduled_at\": \"2023-11-09T15:13:08.231Z\",\n\ | ||
\ \"last_access_control_sync_status\": \"pending\",\n \"last_deleted_document_count\"\ | ||
: 42,\n \"last_incremental_sync_scheduled_at\": \"2023-11-09T15:13:08.231Z\"\ | ||
,\n \"last_indexed_document_count\": 42,\n \"last_sync_error\": \"Houston,\ | ||
\ we have a problem!\",\n \"last_sync_scheduled_at\": \"2024-11-09T15:13:08.231Z\"\ | ||
,\n \"last_sync_status\": \"completed\",\n \"last_synced\": \"2024-11-09T15:13:08.231Z\"\ | ||
\n}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# summary: connector/apis/create-connector-api.asciidoc:20 | ||
# method_request: PUT _connector/my-connector | ||
# description: '' | ||
# type: request | ||
value: | ||
"{\n \"index_name\": \"search-google-drive\",\n \"name\": \"My Connector\"\ | ||
,\n \"service_type\": \"google_drive\"\n}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# summary: connector/apis/create-connector-api.asciidoc:111 | ||
# method_request: PUT _connector/my-connector | ||
# description: '' | ||
# type: request | ||
value: | ||
"{\n \"index_name\": \"search-google-drive\",\n \"name\": \"My Connector\"\ | ||
,\n \"description\": \"My Connector to sync data to Elastic index from Google Drive\"\ | ||
,\n \"service_type\": \"google_drive\",\n \"language\": \"english\"\n}" |
7 changes: 7 additions & 0 deletions
7
specification/connector/put/ConnectorPutResponseExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# summary: connector/apis/create-connector-api.asciidoc:126 | ||
# description: '' | ||
# type: response | ||
# response_code: '' | ||
value: | ||
result: created | ||
id: my-connector |
6 changes: 6 additions & 0 deletions
6
specification/connector/sync_job_delete/SyncJobDeleteResponseExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# summary: connector/apis/delete-connector-sync-job-api.asciidoc:51 | ||
# description: '' | ||
# type: response | ||
# response_code: '' | ||
value: | ||
acknowledged: true |
5 changes: 5 additions & 0 deletions
5
specification/connector/sync_job_error/SyncJobErrorRequestExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# summary: connector/apis/set-connector-sync-job-error-api.asciidoc:56 | ||
# method_request: PUT _connector/_sync_job/my-connector-sync-job/_error | ||
# description: '' | ||
# type: request | ||
value: "{\n \"error\": \"some-error\"\n}" |
7 changes: 7 additions & 0 deletions
7
specification/connector/sync_job_post/SyncJobPostRequestExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# summary: connector/apis/create-connector-sync-job-api.asciidoc:15 | ||
# method_request: POST _connector/_sync_job | ||
# description: '' | ||
# type: request | ||
value: | ||
"{\n \"id\": \"connector-id\",\n \"job_type\": \"full\",\n \"trigger_method\"\ | ||
: \"on_demand\"\n}" |
6 changes: 6 additions & 0 deletions
6
specification/connector/update_api_key_id/ConnectorUpdateAPIKeyIDResponseExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# summary: connector/apis/update-connector-api-key-id-api.asciidoc:95 | ||
# description: '' | ||
# type: response | ||
# response_code: '' | ||
value: | ||
result: updated |
7 changes: 7 additions & 0 deletions
7
specification/connector/update_api_key_id/ConnectorUpdateApiKeyIdExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# summary: connector/apis/update-connector-api-key-id-api.asciidoc:86 | ||
# method_request: PUT _connector/my-connector/_api_key_id | ||
# description: '' | ||
# type: request | ||
value: | ||
"{\n \"api_key_id\": \"my-api-key-id\",\n \"api_key_secret_id\": \"my-connector-secret-id\"\ | ||
\n}" |
8 changes: 8 additions & 0 deletions
8
...ification/connector/update_configuration/ConnectorUpdateConfigurationRequestExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# summary: connector/apis/update-connector-configuration-api.asciidoc:308 | ||
# method_request: PUT _connector/my-spo-connector/_configuration | ||
# description: '' | ||
# type: request | ||
value: | ||
"{\n \"values\": {\n \"tenant_id\": \"my-tenant-id\",\n \"\ | ||
tenant_name\": \"my-sharepoint-site\",\n \"client_id\": \"foo\",\n \ | ||
\ \"secret_value\": \"bar\",\n \"site_collections\": \"*\"\n }\n}" |
5 changes: 5 additions & 0 deletions
5
...ification/connector/update_configuration/ConnectorUpdateConfigurationRequestExample2.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# summary: connector/apis/update-connector-configuration-api.asciidoc:335 | ||
# method_request: PUT _connector/my-spo-connector/_configuration | ||
# description: '' | ||
# type: request | ||
value: "{\n \"values\": {\n \"secret_value\": \"foo-bar\"\n }\n}" |
6 changes: 6 additions & 0 deletions
6
...fication/connector/update_configuration/ConnectorUpdateConfigurationResponseExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# summary: connector/apis/update-connector-configuration-api.asciidoc:322 | ||
# description: '' | ||
# type: response | ||
# response_code: '' | ||
value: | ||
result: updated |
5 changes: 5 additions & 0 deletions
5
specification/connector/update_error/ConnectorUpdateErrorRequestExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# summary: connector/apis/update-connector-error-api.asciidoc:75 | ||
# method_request: PUT _connector/my-connector/_error | ||
# description: '' | ||
# type: request | ||
value: "{\n \"error\": \"Houston, we have a problem!\"\n}" |
6 changes: 6 additions & 0 deletions
6
specification/connector/update_error/ConnectorUpdateErrorResponseExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# summary: connector/apis/update-connector-error-api.asciidoc:83 | ||
# description: '' | ||
# type: response | ||
# response_code: '' | ||
value: | ||
result: updated |
9 changes: 9 additions & 0 deletions
9
specification/connector/update_features/ConnectorUpdateFeaturesRequestExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# summary: connector/apis/update-connector-features-api.asciidoc:90 | ||
# method_request: PUT _connector/my-connector/_features | ||
# description: '' | ||
# type: request | ||
value: | ||
"{\n \"features\": {\n \"document_level_security\": {\n \"enabled\"\ | ||
: true\n },\n \"incremental_sync\": {\n \"enabled\": true\n },\n \ | ||
\ \"sync_rules\": {\n \"advanced\": {\n \"enabled\": false\n \ | ||
\ },\n \"basic\": {\n \"enabled\": true\n }\n }\n }\n}" |
7 changes: 7 additions & 0 deletions
7
specification/connector/update_features/ConnectorUpdateFeaturesRequestExample2.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# summary: connector/apis/update-connector-features-api.asciidoc:122 | ||
# method_request: PUT _connector/my-connector/_features | ||
# description: '' | ||
# type: request | ||
value: | ||
"{\n \"features\": {\n \"document_level_security\": {\n \"enabled\"\ | ||
: true\n }\n }\n}" |
6 changes: 6 additions & 0 deletions
6
specification/connector/update_features/ConnectorUpdateFeaturesResponseExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# summary: connector/apis/update-connector-features-api.asciidoc:113 | ||
# description: '' | ||
# type: response | ||
# response_code: '' | ||
value: | ||
result: updated |
12 changes: 12 additions & 0 deletions
12
specification/connector/update_filtering/ConnectorUpdateFilteringRequestExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# summary: connector/apis/update-connector-filtering-api.asciidoc:115 | ||
# method_request: PUT _connector/my-g-drive-connector/_filtering | ||
# description: '' | ||
# type: request | ||
value: | ||
"{\n \"rules\": [\n {\n \"field\": \"file_extension\"\ | ||
,\n \"id\": \"exclude-txt-files\",\n \"order\": 0,\n \ | ||
\ \"policy\": \"exclude\",\n \"rule\": \"equals\",\n \ | ||
\ \"value\": \"txt\"\n },\n {\n \"field\": \"_\",\n \ | ||
\ \"id\": \"DEFAULT\",\n \"order\": 1,\n \"policy\"\ | ||
: \"include\",\n \"rule\": \"regex\",\n \"value\": \".*\"\n\ | ||
\ }\n ]\n}" |
9 changes: 9 additions & 0 deletions
9
specification/connector/update_filtering/ConnectorUpdateFilteringRequestExample2.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# summary: connector/apis/update-connector-filtering-api.asciidoc:149 | ||
# method_request: PUT _connector/my-sql-connector/_filtering | ||
# description: '' | ||
# type: request | ||
value: | ||
"{\n \"advanced_snippet\": {\n \"value\": [{\n \"tables\"\ | ||
: [\n \"users\",\n \"orders\"\n ],\n \ | ||
\ \"query\": \"SELECT users.id AS id, orders.order_id AS order_id FROM\ | ||
\ users JOIN orders ON users.id = orders.user_id\"\n }]\n }\n}" |
6 changes: 6 additions & 0 deletions
6
specification/connector/update_filtering/ConnectorUpdateFilteringResponseExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# summary: connector/apis/update-connector-filtering-api.asciidoc:140 | ||
# description: '' | ||
# type: response | ||
# response_code: 200 | ||
value: | ||
result: updated |
5 changes: 5 additions & 0 deletions
5
specification/connector/update_index_name/ConnectorUpdateIndexNameRequestExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# summary: connector/apis/update-connector-index-name-api.asciidoc:75 | ||
# method_request: PUT _connector/my-connector/_index_name | ||
# description: '' | ||
# type: request | ||
value: "{\n \"index_name\": \"data-from-my-google-drive\"\n}" |
6 changes: 6 additions & 0 deletions
6
specification/connector/update_index_name/ConnectorUpdateIndexNameResponseExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# summary: connector/apis/update-connector-index-name-api.asciidoc:83 | ||
# description: '' | ||
# type: response | ||
# response_code: 200 | ||
value: | ||
result: updated |
7 changes: 7 additions & 0 deletions
7
specification/connector/update_name/ConnectorUpdateNameRequestExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# summary: connector/apis/update-connector-name-description-api.asciidoc:79 | ||
# method_request: PUT _connector/my-connector/_name | ||
# description: '' | ||
# type: request | ||
value: | ||
"{\n \"name\": \"Custom connector\",\n \"description\": \"This is my\ | ||
\ customized connector\"\n}" |
6 changes: 6 additions & 0 deletions
6
specification/connector/update_name/ConnectorUpdateNameResponseExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# summary: connector/apis/update-connector-name-description-api.asciidoc:88 | ||
# description: '' | ||
# type: response | ||
# response_code: 200 | ||
value: | ||
result: updated |
8 changes: 8 additions & 0 deletions
8
specification/connector/update_pipeline/ConnectorUpdatePipelineRequestExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# summary: connector/apis/update-connector-pipeline-api.asciidoc:87 | ||
# method_request: PUT _connector/my-connector/_pipeline | ||
# description: '' | ||
# type: request | ||
value: | ||
"{\n \"pipeline\": {\n \"extract_binary_content\": true,\n \ | ||
\ \"name\": \"my-connector-pipeline\",\n \"reduce_whitespace\": true,\n\ | ||
\ \"run_ml_inference\": true\n }\n}" |
6 changes: 6 additions & 0 deletions
6
specification/connector/update_pipeline/ConnectorUpdatePipelineResponseExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# summary: connector/apis/update-connector-pipeline-api.asciidoc:100 | ||
# description: '' | ||
# type: response | ||
# response_code: 200 | ||
value: | ||
result: updated |
10 changes: 10 additions & 0 deletions
10
specification/connector/update_scheduling/ConnectorUpdateSchedulingRequestExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# summary: connector/apis/update-connector-scheduling-api.asciidoc:89 | ||
# method_request: PUT _connector/my-connector/_scheduling | ||
# description: '' | ||
# type: request | ||
value: | ||
"{\n \"scheduling\": {\n \"access_control\": {\n \"enabled\"\ | ||
: true,\n \"interval\": \"0 10 0 * * ?\"\n },\n \"full\"\ | ||
: {\n \"enabled\": true,\n \"interval\": \"0 20 0 * * ?\"\n\ | ||
\ },\n \"incremental\": {\n \"enabled\": false,\n \ | ||
\ \"interval\": \"0 30 0 * * ?\"\n }\n }\n}" |
7 changes: 7 additions & 0 deletions
7
specification/connector/update_scheduling/ConnectorUpdateSchedulingRequestExample2.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# summary: connector/apis/update-connector-scheduling-api.asciidoc:119 | ||
# method_request: PUT _connector/my-connector/_scheduling | ||
# description: '' | ||
# type: request | ||
value: | ||
"{\n \"scheduling\": {\n \"full\": {\n \"enabled\": true,\n\ | ||
\ \"interval\": \"0 10 0 * * ?\"\n }\n }\n}" |
6 changes: 6 additions & 0 deletions
6
specification/connector/update_scheduling/ConnectorUpdateSchedulingResponseExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# summary: connector/apis/update-connector-scheduling-api.asciidoc:110 | ||
# description: '' | ||
# type: response | ||
# response_code: 200 | ||
value: | ||
result: updated |
5 changes: 5 additions & 0 deletions
5
specification/connector/update_service_type/ConnectorUpdateServiceTypeRequestExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# summary: connector/apis/update-connector-service-type-api.asciidoc:77 | ||
# method_request: PUT _connector/my-connector/_service_type | ||
# description: '' | ||
# type: request | ||
value: "{\n \"service_type\": \"sharepoint_online\"\n}" |
6 changes: 6 additions & 0 deletions
6
specification/connector/update_service_type/ConnectorUpdateServiceTypeResponseExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# summary: connector/apis/update-connector-service-type-api.asciidoc:85 | ||
# description: '' | ||
# type: response | ||
# response_code: 200 | ||
value: | ||
result: updated |
5 changes: 5 additions & 0 deletions
5
specification/connector/update_status/ConnectorUpdateStatusRequestExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# summary: connector/apis/update-connector-status-api.asciidoc:75 | ||
# method_request: PUT _connector/my-connector/_status | ||
# description: '' | ||
# type: request | ||
value: "{\n \"status\": \"needs_configuration\"\n}" |
6 changes: 6 additions & 0 deletions
6
specification/connector/update_status/ConnectorUpdateStatusResponseExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# summary: connector/apis/update-connector-status-api.asciidoc:83 | ||
# description: '' | ||
# type: response | ||
# response_code: 200 | ||
value: | ||
result: updated |