Skip to content

Commit 75d7d12

Browse files
committed
Update autogenerated docs
1 parent 2ee33e0 commit 75d7d12

File tree

1 file changed

+38
-7
lines changed
  • content/integrate/redis-data-integration/reference/api-reference

1 file changed

+38
-7
lines changed

content/integrate/redis-data-integration/reference/api-reference/openapi.json

Lines changed: 38 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "Redis Data Integration API",
55
"description": "API for Redis Data Integration services",
6-
"version": "1.6.3"
6+
"version": "1.6.4"
77
},
88
"paths": {
99
"/": {
@@ -221,6 +221,7 @@
221221
"content": {
222222
"application/json": {
223223
"schema": {
224+
"additionalProperties": true,
224225
"type": "object",
225226
"title": "Response Protected Route Api V1 Me Get"
226227
}
@@ -257,6 +258,7 @@
257258
"content": {
258259
"application/json": {
259260
"schema": {
261+
"additionalProperties": true,
260262
"type": "object",
261263
"title": "Body",
262264
"examples": [
@@ -346,6 +348,7 @@
346348
"application/json": {
347349
"schema": {
348350
"type": "object",
351+
"additionalProperties": true,
349352
"examples": [
350353
{
351354
"type": "cdc",
@@ -428,6 +431,7 @@
428431
"application/json": {
429432
"schema": {
430433
"type": "object",
434+
"additionalProperties": true,
431435
"examples": [
432436
{
433437
"active": true,
@@ -550,6 +554,7 @@
550554
"content": {
551555
"application/json": {
552556
"schema": {
557+
"additionalProperties": true,
553558
"type": "object",
554559
"title": "Body",
555560
"examples": [
@@ -634,6 +639,7 @@
634639
"application/json": {
635640
"schema": {
636641
"type": "object",
642+
"additionalProperties": true,
637643
"examples": [
638644
{
639645
"connection": {
@@ -711,6 +717,7 @@
711717
"application/json": {
712718
"schema": {
713719
"type": "object",
720+
"additionalProperties": true,
714721
"examples": [{ "connection": { "port": 12001 } }],
715722
"title": "Body"
716723
}
@@ -839,6 +846,7 @@
839846
"application/json": {
840847
"schema": {
841848
"type": "object",
849+
"additionalProperties": true,
842850
"examples": [
843851
{
844852
"type": "vault",
@@ -924,6 +932,7 @@
924932
"application/json": {
925933
"schema": {
926934
"type": "object",
935+
"additionalProperties": true,
927936
"examples": [{ "type": "aws" }],
928937
"title": "Body"
929938
}
@@ -1041,6 +1050,7 @@
10411050
"content": {
10421051
"application/json": {
10431052
"schema": {
1053+
"additionalProperties": true,
10441054
"type": "object",
10451055
"title": "Body",
10461056
"examples": [
@@ -1119,6 +1129,7 @@
11191129
"content": {
11201130
"application/json": {
11211131
"schema": {
1132+
"additionalProperties": true,
11221133
"type": "object",
11231134
"title": "Body",
11241135
"examples": [
@@ -1190,6 +1201,7 @@
11901201
"content": {
11911202
"application/json": {
11921203
"schema": {
1204+
"additionalProperties": true,
11931205
"type": "object",
11941206
"title": "Body",
11951207
"examples": [
@@ -1543,6 +1555,7 @@
15431555
"content": {
15441556
"application/json": {
15451557
"schema": {
1558+
"additionalProperties": true,
15461559
"type": "object",
15471560
"title": "Response Retrieve Pipelines Api V1 Pipelines Get"
15481561
}
@@ -1577,6 +1590,7 @@
15771590
"content": {
15781591
"application/json": {
15791592
"schema": {
1593+
"additionalProperties": true,
15801594
"type": "object",
15811595
"title": "Body",
15821596
"examples": [
@@ -2009,6 +2023,7 @@
20092023
"content": {
20102024
"application/json": {
20112025
"schema": {
2026+
"additionalProperties": true,
20122027
"type": "object",
20132028
"title": "Response Pipelines Config Schemas Api V1 Pipelines Config Schemas Get"
20142029
}
@@ -2047,6 +2062,7 @@
20472062
"content": {
20482063
"application/json": {
20492064
"schema": {
2065+
"additionalProperties": true,
20502066
"type": "object",
20512067
"title": "Response Pipelines Jobs Schemas Api V1 Pipelines Jobs Schemas Get"
20522068
}
@@ -2082,7 +2098,11 @@
20822098
"requestBody": {
20832099
"content": {
20842100
"application/json": {
2085-
"schema": { "type": "object", "title": "Body" },
2101+
"schema": {
2102+
"additionalProperties": true,
2103+
"type": "object",
2104+
"title": "Body"
2105+
},
20862106
"examples": {
20872107
"multi_update": {
20882108
"summary": "Update multiple processor properties",
@@ -2870,7 +2890,7 @@
28702890
"title": "Job settings to dry run with."
28712891
},
28722892
"input_data": {
2873-
"items": { "type": "object" },
2893+
"items": { "additionalProperties": true, "type": "object" },
28742894
"type": "array",
28752895
"title": "Input Data",
28762896
"examples": [
@@ -2888,7 +2908,7 @@
28882908
"JobDryRunSuccessResponse": {
28892909
"properties": {
28902910
"transformation": {
2891-
"items": { "type": "object" },
2911+
"items": { "additionalProperties": true, "type": "object" },
28922912
"type": "array",
28932913
"title": "Transformation",
28942914
"examples": [
@@ -3351,7 +3371,11 @@
33513371
"type": "object",
33523372
"title": "Clients"
33533373
},
3354-
"offsets": { "type": "object", "title": "Offsets" },
3374+
"offsets": {
3375+
"additionalProperties": true,
3376+
"type": "object",
3377+
"title": "Offsets"
3378+
},
33553379
"snapshot_status": {
33563380
"$ref": "#/components/schemas/SnapshotStatus",
33573381
"examples": ["running"]
@@ -3393,7 +3417,11 @@
33933417
"title": "Cdc Ready",
33943418
"examples": [true]
33953419
},
3396-
"columns": { "type": "object", "title": "Columns" }
3420+
"columns": {
3421+
"additionalProperties": true,
3422+
"type": "object",
3423+
"title": "Columns"
3424+
}
33973425
},
33983426
"type": "object",
33993427
"required": ["cdc_ready", "columns"],
@@ -3543,7 +3571,10 @@
35433571
"examples": ["hash"]
35443572
},
35453573
"args": {
3546-
"anyOf": [{ "type": "object" }, { "type": "null" }],
3574+
"anyOf": [
3575+
{ "additionalProperties": true, "type": "object" },
3576+
{ "type": "null" }
3577+
],
35473578
"title": "Args",
35483579
"examples": [{ "member": "value" }]
35493580
},

0 commit comments

Comments
 (0)