feat: return whether configuration was updated as part of api response (#21466)
* wip: return whether configuration was updated * updated outputs working * fix pmd * update description, format * add didUpdateConfiguration to metadata, rm unneeded generics * add didUpdateConfiguration to api response * update name to fix pmd * not required * rename to match api response * remove unused field * match naming
This commit is contained in:
@@ -1971,9 +1971,11 @@ containing the updated stream needs to be sent.</div>
|
||||
<h3 class="field-label">Example data</h3>
|
||||
<div class="example-data-content-type">Content-Type: application/json</div>
|
||||
<pre class="example"><code>{
|
||||
"didUpdateConfiguration" : true,
|
||||
"message" : "message",
|
||||
"jobInfo" : {
|
||||
"createdAt" : 0,
|
||||
"connectorConfigurationUpdated" : false,
|
||||
"configId" : "configId",
|
||||
"endedAt" : 6,
|
||||
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
|
||||
@@ -2040,9 +2042,11 @@ containing the updated stream needs to be sent.</div>
|
||||
<h3 class="field-label">Example data</h3>
|
||||
<div class="example-data-content-type">Content-Type: application/json</div>
|
||||
<pre class="example"><code>{
|
||||
"didUpdateConfiguration" : true,
|
||||
"message" : "message",
|
||||
"jobInfo" : {
|
||||
"createdAt" : 0,
|
||||
"connectorConfigurationUpdated" : false,
|
||||
"configId" : "configId",
|
||||
"endedAt" : 6,
|
||||
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
|
||||
@@ -3667,6 +3671,7 @@ containing the updated stream needs to be sent.</div>
|
||||
},
|
||||
"jobInfo" : {
|
||||
"createdAt" : 0,
|
||||
"connectorConfigurationUpdated" : false,
|
||||
"configId" : "configId",
|
||||
"endedAt" : 6,
|
||||
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
|
||||
@@ -5868,9 +5873,11 @@ containing the updated stream needs to be sent.</div>
|
||||
<h3 class="field-label">Example data</h3>
|
||||
<div class="example-data-content-type">Content-Type: application/json</div>
|
||||
<pre class="example"><code>{
|
||||
"didUpdateConfiguration" : true,
|
||||
"message" : "message",
|
||||
"jobInfo" : {
|
||||
"createdAt" : 0,
|
||||
"connectorConfigurationUpdated" : false,
|
||||
"configId" : "configId",
|
||||
"endedAt" : 6,
|
||||
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
|
||||
@@ -5934,9 +5941,11 @@ containing the updated stream needs to be sent.</div>
|
||||
<h3 class="field-label">Example data</h3>
|
||||
<div class="example-data-content-type">Content-Type: application/json</div>
|
||||
<pre class="example"><code>{
|
||||
"didUpdateConfiguration" : true,
|
||||
"message" : "message",
|
||||
"jobInfo" : {
|
||||
"createdAt" : 0,
|
||||
"connectorConfigurationUpdated" : false,
|
||||
"configId" : "configId",
|
||||
"endedAt" : 6,
|
||||
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
|
||||
@@ -6049,6 +6058,7 @@ containing the updated stream needs to be sent.</div>
|
||||
},
|
||||
"jobInfo" : {
|
||||
"createdAt" : 0,
|
||||
"connectorConfigurationUpdated" : false,
|
||||
"configId" : "configId",
|
||||
"endedAt" : 6,
|
||||
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
|
||||
@@ -6157,9 +6167,11 @@ containing the updated stream needs to be sent.</div>
|
||||
<h3 class="field-label">Example data</h3>
|
||||
<div class="example-data-content-type">Content-Type: application/json</div>
|
||||
<pre class="example"><code>{
|
||||
"didUpdateConfiguration" : true,
|
||||
"message" : "message",
|
||||
"jobInfo" : {
|
||||
"createdAt" : 0,
|
||||
"connectorConfigurationUpdated" : false,
|
||||
"configId" : "configId",
|
||||
"endedAt" : 6,
|
||||
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
|
||||
@@ -6226,9 +6238,11 @@ containing the updated stream needs to be sent.</div>
|
||||
<h3 class="field-label">Example data</h3>
|
||||
<div class="example-data-content-type">Content-Type: application/json</div>
|
||||
<pre class="example"><code>{
|
||||
"didUpdateConfiguration" : true,
|
||||
"message" : "message",
|
||||
"jobInfo" : {
|
||||
"createdAt" : 0,
|
||||
"connectorConfigurationUpdated" : false,
|
||||
"configId" : "configId",
|
||||
"endedAt" : 6,
|
||||
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
|
||||
@@ -6521,6 +6535,7 @@ containing the updated stream needs to be sent.</div>
|
||||
},
|
||||
"jobInfo" : {
|
||||
"createdAt" : 0,
|
||||
"connectorConfigurationUpdated" : false,
|
||||
"configId" : "configId",
|
||||
"endedAt" : 6,
|
||||
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
|
||||
@@ -7995,6 +8010,7 @@ containing the updated stream needs to be sent.</div>
|
||||
},
|
||||
"jobInfo" : {
|
||||
"createdAt" : 0,
|
||||
"connectorConfigurationUpdated" : false,
|
||||
"configId" : "configId",
|
||||
"endedAt" : 6,
|
||||
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
|
||||
@@ -10550,6 +10566,7 @@ containing the updated stream needs to be sent.</div>
|
||||
<div class="param-enum-header">Enum:</div>
|
||||
<div class="param-enum">succeeded</div><div class="param-enum">failed</div>
|
||||
<div class="param">message (optional)</div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> </div>
|
||||
<div class="param">didUpdateConfiguration (optional)</div><div class="param-desc"><span class="param-type"><a href="#boolean">Boolean</a></span> </div>
|
||||
<div class="param">jobInfo </div><div class="param-desc"><span class="param-type"><a href="#SynchronousJobRead">SynchronousJobRead</a></span> </div>
|
||||
</div> <!-- field-items -->
|
||||
</div>
|
||||
@@ -11810,6 +11827,7 @@ if oauth parameters were contained inside the top level, rootObject=[] If they w
|
||||
<div class="param">createdAt </div><div class="param-desc"><span class="param-type"><a href="#long">Long</a></span> format: int64</div>
|
||||
<div class="param">endedAt </div><div class="param-desc"><span class="param-type"><a href="#long">Long</a></span> format: int64</div>
|
||||
<div class="param">succeeded </div><div class="param-desc"><span class="param-type"><a href="#boolean">Boolean</a></span> </div>
|
||||
<div class="param">connectorConfigurationUpdated (optional)</div><div class="param-desc"><span class="param-type"><a href="#boolean">Boolean</a></span> </div>
|
||||
<div class="param">logs (optional)</div><div class="param-desc"><span class="param-type"><a href="#LogRead">LogRead</a></span> </div>
|
||||
</div> <!-- field-items -->
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user